Color Hex Logo

#b6a816 Color Hex

#B6A816
(182,168,22)
0 Favorites   0 Comments

Color spaces of #b6a816

RGB 18216822
HSL0.150.780.40
HSV55°88°71°
CMYK 0.000.080.88   0.29
XYZ33.438938.00836.3330
Yxy38.00830.42990.4887
Hunter Lab61.6509-11.072237.0651
CIE-Lab68.0267-9.211467.3835

#b6a816 color RGB value is (182,168,22).

#b6a816 hex color red value is 182, green value is 168 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #b6a816 hue: 0.15 , saturation: 0.78 and the lightness value of b6a816 is 0.40.

The process color (four color CMYK) of #b6a816 color hex is 0.00, 0.08, 0.88, 0.29. Web safe color of #b6a816 is #cc9900. Color #b6a816 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101000 00010110
Octal 266 250 26
Decimal 182 168 22
Hex B6 A8 16

RGB Percentages of Color #b6a816

%48.92
%45.16
%5.91

CMYK Percentages of Color #b6a816

%0
%8
%88
%29

Triadic Colors of #b6a816

#b6a816 #16b6a8 #a816b6

Analogous Colors of #b6a816

#b6a816 #74b616 #b65816

Monochromatic Colors of #b6a816

#b6a816

Complementary Color

#b6a816 #1624b6

#b6a816 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6a816 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6a816 Color CSS Codes

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

#b6a816 Text Font Color

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

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


#b6a816 Background Color

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

This div background color is #b6a816


#b6a816 Border Color

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

This div border color is #b6a816


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6a816


Comments

No comments written yet.

Please login to write comment.