Color Hex Logo

#bfb07c Color Hex

#BFB07C
(191,176,124)
0 Favorites   0 Comments

Color spaces of #bfb07c

RGB 191176124
HSL0.130.340.62
HSV47°35°75°
CMYK 0.000.080.35   0.25
XYZ40.649343.582325.3386
Yxy43.58230.37100.3978
Hunter Lab66.0169-5.619823.4551
CIE-Lab71.9484-2.377128.6166

#bfb07c color RGB value is (191,176,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110000 01111100
Octal 277 260 174
Decimal 191 176 124
Hex BF B0 7C

RGB Percentages of Color #bfb07c

%38.90
%35.85
%25.25

CMYK Percentages of Color #bfb07c

%0
%8
%35
%25

Triadic Colors of #bfb07c

#bfb07c #7cbfb0 #b07cbf

Analogous Colors of #bfb07c

#bfb07c #adbf7c #bf8f7c

Monochromatic Colors of #bfb07c

#bfb07c

Complementary Color

#bfb07c #7c8bbf

#bfb07c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb07c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb07c Color CSS Codes

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

#bfb07c Text Font Color

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

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


#bfb07c Background Color

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

This div background color is #bfb07c


#bfb07c Border Color

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

This div border color is #bfb07c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb07c


Comments

No comments written yet.

Please login to write comment.