Color Hex Logo

#bfb850 Color Hex

#BFB850
(191,184,80)
0 Favorites   0 Comments

Color spaces of #bfb850

RGB 19118480
HSL0.160.460.53
HSV56°58°75°
CMYK 0.000.040.58   0.25
XYZ40.074345.936514.3439
Yxy45.93650.39930.4577
Hunter Lab67.7765-13.066834.8957
CIE-Lab73.5043-10.868252.5526

#bfb850 color RGB value is (191,184,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111000 01010000
Octal 277 270 120
Decimal 191 184 80
Hex BF B8 50

RGB Percentages of Color #bfb850

%41.98
%40.44
%17.58

CMYK Percentages of Color #bfb850

%0
%4
%58
%25

Triadic Colors of #bfb850

#bfb850 #50bfb8 #b850bf

Analogous Colors of #bfb850

#bfb850 #8fbf50 #bf8150

Monochromatic Colors of #bfb850

#bfb850

Complementary Color

#bfb850 #5057bf

#bfb850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb850 Color CSS Codes

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

#bfb850 Text Font Color

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

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


#bfb850 Background Color

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

This div background color is #bfb850


#bfb850 Border Color

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

This div border color is #bfb850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb850


Comments

No comments written yet.

Please login to write comment.