Color Hex Logo

#b6931f Color Hex

#B6931F
(182,147,31)
0 Favorites   0 Comments

Color spaces of #b6931f

RGB 18214731
HSL0.130.710.42
HSV46°83°71°
CMYK 0.000.190.83   0.29
XYZ29.972430.91145.6831
Yxy30.91140.45030.4644
Hunter Lab55.5980-1.068832.8581
CIE-Lab62.43282.255760.4857

#b6931f color RGB value is (182,147,31).

#b6931f hex color red value is 182, green value is 147 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #b6931f hue: 0.13 , saturation: 0.71 and the lightness value of b6931f is 0.42.

The process color (four color CMYK) of #b6931f color hex is 0.00, 0.19, 0.83, 0.29. Web safe color of #b6931f is #cc9933. Color #b6931f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010011 00011111
Octal 266 223 37
Decimal 182 147 31
Hex B6 93 1F

RGB Percentages of Color #b6931f

%50.56
%40.83
%8.61

CMYK Percentages of Color #b6931f

%0
%19
%83
%29

Triadic Colors of #b6931f

#b6931f #1fb693 #931fb6

Analogous Colors of #b6931f

#b6931f #8eb61f #b6471f

Monochromatic Colors of #b6931f

#b6931f

Complementary Color

#b6931f #1f42b6

#b6931f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6931f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6931f Color CSS Codes

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

#b6931f Text Font Color

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

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


#b6931f Background Color

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

This div background color is #b6931f


#b6931f Border Color

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

This div border color is #b6931f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6931f


Comments

No comments written yet.

Please login to write comment.