Color Hex Logo

#bfb973 Color Hex

#BFB973
(191,185,115)
0 Favorites   0 Comments

Color spaces of #bfb973

RGB 191185115
HSL0.150.370.60
HSV55°40°75°
CMYK 0.000.030.40   0.25
XYZ41.929347.012123.0840
Yxy47.01210.37430.4197
Hunter Lab68.5654-10.832528.0345
CIE-Lab74.1975-8.158236.2569

#bfb973 color RGB value is (191,185,115).

#bfb973 hex color red value is 191, green value is 185 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bfb973 hue: 0.15 , saturation: 0.37 and the lightness value of bfb973 is 0.60.

The process color (four color CMYK) of #bfb973 color hex is 0.00, 0.03, 0.40, 0.25. Web safe color of #bfb973 is #cccc66. Color #bfb973 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111001 01110011
Octal 277 271 163
Decimal 191 185 115
Hex BF B9 73

RGB Percentages of Color #bfb973

%38.90
%37.68
%23.42

CMYK Percentages of Color #bfb973

%0
%3
%40
%25

Triadic Colors of #bfb973

#bfb973 #73bfb9 #b973bf

Analogous Colors of #bfb973

#bfb973 #9fbf73 #bf9373

Monochromatic Colors of #bfb973

#bfb973

Complementary Color

#bfb973 #7379bf

#bfb973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb973 Color CSS Codes

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

#bfb973 Text Font Color

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

This sample text font color is #bfb973
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.


#bfb973 Background Color

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

This div background color is #bfb973


#bfb973 Border Color

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

This div border color is #bfb973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb973


Comments

No comments written yet.

Please login to write comment.