Color Hex Logo

#bfb042 Color Hex

#BFB042
(191,176,66)
0 Favorites   0 Comments

Color spaces of #bfb042

RGB 19117666
HSL0.150.490.50
HSV53°65°75°
CMYK 0.000.080.65   0.25
XYZ37.994642.520411.3590
Yxy42.52040.41360.4628
Hunter Lab65.2077-10.106735.3172
CIE-Lab71.2282-7.658856.2429

#bfb042 color RGB value is (191,176,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110000 01000010
Octal 277 260 102
Decimal 191 176 66
Hex BF B0 42

RGB Percentages of Color #bfb042

%44.11
%40.65
%15.24

CMYK Percentages of Color #bfb042

%0
%8
%65
%25

Triadic Colors of #bfb042

#bfb042 #42bfb0 #b042bf

Analogous Colors of #bfb042

#bfb042 #90bf42 #bf7242

Monochromatic Colors of #bfb042

#bfb042

Complementary Color

#bfb042 #4251bf

#bfb042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb042 Color CSS Codes

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

#bfb042 Text Font Color

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

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


#bfb042 Background Color

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

This div background color is #bfb042


#bfb042 Border Color

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

This div border color is #bfb042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb042


Comments

No comments written yet.

Please login to write comment.