Color Hex Logo

#bfb353 Color Hex

#BFB353
(191,179,83)
0 Favorites   0 Comments

Color spaces of #bfb353

RGB 19117983
HSL0.150.460.54
HSV53°57°75°
CMYK 0.000.060.57   0.25
XYZ39.167343.941114.6008
Yxy43.94110.40090.4497
Hunter Lab66.2881-10.534833.3423
CIE-Lab72.1891-8.049449.6811

#bfb353 color RGB value is (191,179,83).

#bfb353 hex color red value is 191, green value is 179 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #bfb353 hue: 0.15 , saturation: 0.46 and the lightness value of bfb353 is 0.54.

The process color (four color CMYK) of #bfb353 color hex is 0.00, 0.06, 0.57, 0.25. Web safe color of #bfb353 is #cccc66. Color #bfb353 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110011 01010011
Octal 277 263 123
Decimal 191 179 83
Hex BF B3 53

RGB Percentages of Color #bfb353

%42.16
%39.51
%18.32

CMYK Percentages of Color #bfb353

%0
%6
%57
%25

Triadic Colors of #bfb353

#bfb353 #53bfb3 #b353bf

Analogous Colors of #bfb353

#bfb353 #95bf53 #bf7d53

Monochromatic Colors of #bfb353

#bfb353

Complementary Color

#bfb353 #535fbf

#bfb353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb353 Color CSS Codes

.mybgcolor {background-color:#bfb353; } 
.myforecolor {color:#bfb353; }
.mybordercolor {border:3px solid #bfb353; }

#bfb353 Text Font Color

<p style="color:#bfb353">Text here</p>

This sample text font color is #bfb353
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bfb353 Background Color

<div style="background-color:#bfb353">
Div content here</div>

This div background color is #bfb353


#bfb353 Border Color

<div style="border:3px solid #bfb353">
Div here</div>

This div border color is #bfb353


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,179,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bfb353; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bfb353;
  -webkit-box-shadow: 1px 1px 3px 2px #bfb353;
  box-shadow:         1px 1px 3px 2px #bfb353; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,179,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bfb353">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bfb353;
  -webkit-box-shadow: 1px 1px 3px 2px #bfb353;
  box-shadow:         1px 1px 3px 2px #bfb353;">
Div content here</div>

This div box has shadow with color #bfb353


Comments

No comments written yet.

Please login to write comment.