Color Hex Logo

#bfb048 Color Hex

#BFB048
(191,176,72)
0 Favorites   0 Comments

Color spaces of #bfb048

RGB 19117672
HSL0.150.480.52
HSV52°62°75°
CMYK 0.000.080.62   0.25
XYZ38.180942.594912.3402
Yxy42.59490.41000.4574
Hunter Lab65.2648-9.788134.4748
CIE-Lab71.2792-7.277353.6942

#bfb048 color RGB value is (191,176,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110000 01001000
Octal 277 260 110
Decimal 191 176 72
Hex BF B0 48

RGB Percentages of Color #bfb048

%43.51
%40.09
%16.40

CMYK Percentages of Color #bfb048

%0
%8
%62
%25

Triadic Colors of #bfb048

#bfb048 #48bfb0 #b048bf

Analogous Colors of #bfb048

#bfb048 #93bf48 #bf7548

Monochromatic Colors of #bfb048

#bfb048

Complementary Color

#bfb048 #4857bf

#bfb048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb048 Color CSS Codes

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

#bfb048 Text Font Color

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

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


#bfb048 Background Color

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

This div background color is #bfb048


#bfb048 Border Color

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

This div border color is #bfb048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb048


Comments

No comments written yet.

Please login to write comment.