Color Hex Logo

#bfb148 Color Hex

#BFB148
(191,177,72)
0 Favorites   0 Comments

Color spaces of #bfb148

RGB 19117772
HSL0.150.480.52
HSV53°62°75°
CMYK 0.000.070.62   0.25
XYZ38.377742.988512.4058
Yxy42.98850.40930.4584
Hunter Lab65.5656-10.257934.6776
CIE-Lab71.5472-7.799753.9851

#bfb148 color RGB value is (191,177,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110001 01001000
Octal 277 261 110
Decimal 191 177 72
Hex BF B1 48

RGB Percentages of Color #bfb148

%43.41
%40.23
%16.36

CMYK Percentages of Color #bfb148

%0
%7
%62
%25

Triadic Colors of #bfb148

#bfb148 #48bfb1 #b148bf

Analogous Colors of #bfb148

#bfb148 #92bf48 #bf7648

Monochromatic Colors of #bfb148

#bfb148

Complementary Color

#bfb148 #4856bf

#bfb148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb148 Color CSS Codes

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

#bfb148 Text Font Color

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

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


#bfb148 Background Color

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

This div background color is #bfb148


#bfb148 Border Color

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

This div border color is #bfb148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb148


Comments

No comments written yet.

Please login to write comment.