Color Hex Logo

#bfb063 Color Hex

#BFB063
(191,176,99)
0 Favorites   0 Comments

Color spaces of #bfb063

RGB 19117699
HSL0.140.420.57
HSV50°48°75°
CMYK 0.000.080.48   0.25
XYZ39.263343.027918.0402
Yxy43.02790.39130.4289
Hunter Lab65.5957-7.948429.6109
CIE-Lab71.5739-5.093941.1419

#bfb063 color RGB value is (191,176,99).

#bfb063 hex color red value is 191, green value is 176 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #bfb063 hue: 0.14 , saturation: 0.42 and the lightness value of bfb063 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110000 01100011
Octal 277 260 143
Decimal 191 176 99
Hex BF B0 63

RGB Percentages of Color #bfb063

%40.99
%37.77
%21.24

CMYK Percentages of Color #bfb063

%0
%8
%48
%25

Triadic Colors of #bfb063

#bfb063 #63bfb0 #b063bf

Analogous Colors of #bfb063

#bfb063 #a0bf63 #bf8263

Monochromatic Colors of #bfb063

#bfb063

Complementary Color

#bfb063 #6372bf

#bfb063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb063 Color CSS Codes

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

#bfb063 Text Font Color

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

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


#bfb063 Background Color

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

This div background color is #bfb063


#bfb063 Border Color

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

This div border color is #bfb063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb063


Comments

No comments written yet.

Please login to write comment.