Color Hex Logo

#bfb350 Color Hex

#BFB350
(191,179,80)
0 Favorites   0 Comments

Color spaces of #bfb350

RGB 19117980
HSL0.150.460.53
HSV54°58°75°
CMYK 0.000.060.58   0.25
XYZ39.053943.895814.0038
Yxy43.89580.40280.4528
Hunter Lab66.2539-10.726133.8459
CIE-Lab72.1588-8.278251.0435

#bfb350 color RGB value is (191,179,80).

#bfb350 hex color red value is 191, green value is 179 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #bfb350 hue: 0.15 , saturation: 0.46 and the lightness value of bfb350 is 0.53.

The process color (four color CMYK) of #bfb350 color hex is 0.00, 0.06, 0.58, 0.25. Web safe color of #bfb350 is #cccc66. Color #bfb350 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110011 01010000
Octal 277 263 120
Decimal 191 179 80
Hex BF B3 50

RGB Percentages of Color #bfb350

%42.44
%39.78
%17.78

CMYK Percentages of Color #bfb350

%0
%6
%58
%25

Triadic Colors of #bfb350

#bfb350 #50bfb3 #b350bf

Analogous Colors of #bfb350

#bfb350 #94bf50 #bf7c50

Monochromatic Colors of #bfb350

#bfb350

Complementary Color

#bfb350 #505cbf

#bfb350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb350 Color CSS Codes

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

#bfb350 Text Font Color

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

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


#bfb350 Background Color

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

This div background color is #bfb350


#bfb350 Border Color

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

This div border color is #bfb350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb350


Comments

No comments written yet.

Please login to write comment.