Color Hex Logo

#bfb07b Color Hex

#BFB07B
(191,176,123)
0 Favorites   0 Comments

Color spaces of #bfb07b

RGB 191176123
HSL0.130.350.62
HSV47°36°75°
CMYK 0.000.080.36   0.25
XYZ40.586343.557125.0071
Yxy43.55710.37180.3991
Hunter Lab65.9978-5.725023.7330
CIE-Lab71.9315-2.498729.1262

#bfb07b color RGB value is (191,176,123).

#bfb07b hex color red value is 191, green value is 176 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bfb07b hue: 0.13 , saturation: 0.35 and the lightness value of bfb07b is 0.62.

The process color (four color CMYK) of #bfb07b color hex is 0.00, 0.08, 0.36, 0.25. Web safe color of #bfb07b is #cc9966. Color #bfb07b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110000 01111011
Octal 277 260 173
Decimal 191 176 123
Hex BF B0 7B

RGB Percentages of Color #bfb07b

%38.98
%35.92
%25.10

CMYK Percentages of Color #bfb07b

%0
%8
%36
%25

Triadic Colors of #bfb07b

#bfb07b #7bbfb0 #b07bbf

Analogous Colors of #bfb07b

#bfb07b #acbf7b #bf8e7b

Monochromatic Colors of #bfb07b

#bfb07b

Complementary Color

#bfb07b #7b8abf

#bfb07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb07b Color CSS Codes

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

#bfb07b Text Font Color

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

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


#bfb07b Background Color

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

This div background color is #bfb07b


#bfb07b Border Color

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

This div border color is #bfb07b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb07b


Comments

No comments written yet.

Please login to write comment.