Color Hex Logo

#b6b20f Color Hex

#B6B20F
(182,178,15)
0 Favorites   0 Comments

Color spaces of #b6b20f

RGB 18217815
HSL0.160.850.39
HSV59°92°71°
CMYK 0.000.020.92   0.29
XYZ35.298041.82046.6637
Yxy41.82040.42130.4992
Hunter Lab64.6687-15.739939.1586
CIE-Lab70.7469-14.512670.7475

#b6b20f color RGB value is (182,178,15).

#b6b20f hex color red value is 182, green value is 178 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #b6b20f hue: 0.16 , saturation: 0.85 and the lightness value of b6b20f is 0.39.

The process color (four color CMYK) of #b6b20f color hex is 0.00, 0.02, 0.92, 0.29. Web safe color of #b6b20f is #cc9900. Color #b6b20f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10110010 00001111
Octal 266 262 17
Decimal 182 178 15
Hex B6 B2 F

RGB Percentages of Color #b6b20f

%48.53
%47.47
%4.00

CMYK Percentages of Color #b6b20f

%0
%2
%92
%29

Triadic Colors of #b6b20f

#b6b20f #0fb6b2 #b20fb6

Analogous Colors of #b6b20f

#b6b20f #67b60f #b65f0f

Monochromatic Colors of #b6b20f

#b6b20f

Complementary Color

#b6b20f #0f13b6

#b6b20f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6b20f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6b20f Color CSS Codes

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

#b6b20f Text Font Color

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

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


#b6b20f Background Color

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

This div background color is #b6b20f


#b6b20f Border Color

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

This div border color is #b6b20f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6b20f


Comments

No comments written yet.

Please login to write comment.