Color Hex Logo

#bfb046 Color Hex

#BFB046
(191,176,70)
0 Favorites   0 Comments

Color spaces of #bfb046

RGB 19117670
HSL0.150.490.51
HSV53°63°75°
CMYK 0.000.080.63   0.25
XYZ38.116742.569212.0021
Yxy42.56920.41120.4593
Hunter Lab65.2451-9.897734.7649
CIE-Lab71.2616-7.408554.5561

#bfb046 color RGB value is (191,176,70).

#bfb046 hex color red value is 191, green value is 176 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #bfb046 hue: 0.15 , saturation: 0.49 and the lightness value of bfb046 is 0.51.

The process color (four color CMYK) of #bfb046 color hex is 0.00, 0.08, 0.63, 0.25. Web safe color of #bfb046 is #cc9933. Color #bfb046 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110000 01000110
Octal 277 260 106
Decimal 191 176 70
Hex BF B0 46

RGB Percentages of Color #bfb046

%43.71
%40.27
%16.02

CMYK Percentages of Color #bfb046

%0
%8
%63
%25

Triadic Colors of #bfb046

#bfb046 #46bfb0 #b046bf

Analogous Colors of #bfb046

#bfb046 #92bf46 #bf7446

Monochromatic Colors of #bfb046

#bfb046

Complementary Color

#bfb046 #4655bf

#bfb046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb046 Color CSS Codes

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

#bfb046 Text Font Color

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

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


#bfb046 Background Color

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

This div background color is #bfb046


#bfb046 Border Color

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

This div border color is #bfb046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb046


Comments

No comments written yet.

Please login to write comment.