Color Hex Logo

#bf976d Color Hex

#BF976D
(191,151,109)
0 Favorites   0 Comments

Color spaces of #bf976d

RGB 191151109
HSL0.090.390.59
HSV31°43°75°
CMYK 0.000.210.43   0.25
XYZ35.312834.313719.2300
Yxy34.31370.39740.3862
Hunter Lab58.57795.094721.5408
CIE-Lab65.21089.400227.8074

#bf976d color RGB value is (191,151,109).

#bf976d hex color red value is 191, green value is 151 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bf976d hue: 0.09 , saturation: 0.39 and the lightness value of bf976d is 0.59.

The process color (four color CMYK) of #bf976d color hex is 0.00, 0.21, 0.43, 0.25. Web safe color of #bf976d is #cc9966. Color #bf976d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10010111 01101101
Octal 277 227 155
Decimal 191 151 109
Hex BF 97 6D

RGB Percentages of Color #bf976d

%42.35
%33.48
%24.17

CMYK Percentages of Color #bf976d

%0
%21
%43
%25

Triadic Colors of #bf976d

#bf976d #6dbf97 #976dbf

Analogous Colors of #bf976d

#bf976d #bebf6d #bf6e6d

Monochromatic Colors of #bf976d

#bf976d

Complementary Color

#bf976d #6d95bf

#bf976d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf976d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf976d Color CSS Codes

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

#bf976d Text Font Color

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

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


#bf976d Background Color

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

This div background color is #bf976d


#bf976d Border Color

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

This div border color is #bf976d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf976d


Comments

No comments written yet.

Please login to write comment.