Color Hex Logo

#bfb25b Color Hex

#BFB25B
(191,178,91)
0 Favorites   0 Comments

Color spaces of #bfb25b

RGB 19117891
HSL0.150.440.55
HSV52°52°75°
CMYK 0.000.070.52   0.25
XYZ39.294643.672516.2561
Yxy43.67250.39600.4401
Hunter Lab66.0852-9.512031.6750
CIE-Lab72.0091-6.870645.6397

#bfb25b color RGB value is (191,178,91).

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

The process color (four color CMYK) of #bfb25b color hex is 0.00, 0.07, 0.52, 0.25. Web safe color of #bfb25b is #cc9966. Color #bfb25b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110010 01011011
Octal 277 262 133
Decimal 191 178 91
Hex BF B2 5B

RGB Percentages of Color #bfb25b

%41.52
%38.70
%19.78

CMYK Percentages of Color #bfb25b

%0
%7
%52
%25

Triadic Colors of #bfb25b

#bfb25b #5bbfb2 #b25bbf

Analogous Colors of #bfb25b

#bfb25b #9abf5b #bf805b

Monochromatic Colors of #bfb25b

#bfb25b

Complementary Color

#bfb25b #5b68bf

#bfb25b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb25b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb25b Color CSS Codes

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

#bfb25b Text Font Color

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

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


#bfb25b Background Color

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

This div background color is #bfb25b


#bfb25b Border Color

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

This div border color is #bfb25b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb25b


Comments

No comments written yet.

Please login to write comment.