Color Hex Logo

#bfb248 Color Hex

#BFB248
(191,178,72)
0 Favorites   0 Comments

Color spaces of #bfb248

RGB 19117872
HSL0.150.480.52
HSV53°62°75°
CMYK 0.000.070.62   0.25
XYZ38.576043.385012.4719
Yxy43.38500.40850.4594
Hunter Lab65.8673-10.727034.8806
CIE-Lab71.8155-8.320954.2759

#bfb248 color RGB value is (191,178,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110010 01001000
Octal 277 262 110
Decimal 191 178 72
Hex BF B2 48

RGB Percentages of Color #bfb248

%43.31
%40.36
%16.33

CMYK Percentages of Color #bfb248

%0
%7
%62
%25

Triadic Colors of #bfb248

#bfb248 #48bfb2 #b248bf

Analogous Colors of #bfb248

#bfb248 #91bf48 #bf7748

Monochromatic Colors of #bfb248

#bfb248

Complementary Color

#bfb248 #4855bf

#bfb248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb248 Color CSS Codes

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

#bfb248 Text Font Color

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

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


#bfb248 Background Color

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

This div background color is #bfb248


#bfb248 Border Color

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

This div border color is #bfb248


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,178,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 #bfb248">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb248


Comments

No comments written yet.

Please login to write comment.