Color Hex Logo

#b6913f Color Hex

#B6913F
(182,145,63)
0 Favorites   0 Comments

Color spaces of #b6913f

RGB 18214563
HSL0.110.490.48
HSV41°65°71°
CMYK 0.000.200.65   0.29
XYZ30.314030.55489.0026
Yxy30.55480.43390.4373
Hunter Lab55.27641.157129.0372
CIE-Lab62.13004.848847.5772

#b6913f color RGB value is (182,145,63).

#b6913f hex color red value is 182, green value is 145 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #b6913f hue: 0.11 , saturation: 0.49 and the lightness value of b6913f is 0.48.

The process color (four color CMYK) of #b6913f color hex is 0.00, 0.20, 0.65, 0.29. Web safe color of #b6913f is #cc9933. Color #b6913f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010001 00111111
Octal 266 221 77
Decimal 182 145 63
Hex B6 91 3F

RGB Percentages of Color #b6913f

%46.67
%37.18
%16.15

CMYK Percentages of Color #b6913f

%0
%20
%65
%29

Triadic Colors of #b6913f

#b6913f #3fb691 #913fb6

Analogous Colors of #b6913f

#b6913f #a0b63f #b6563f

Monochromatic Colors of #b6913f

#b6913f

Complementary Color

#b6913f #3f64b6

#b6913f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6913f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6913f Color CSS Codes

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

#b6913f Text Font Color

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

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


#b6913f Background Color

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

This div background color is #b6913f


#b6913f Border Color

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

This div border color is #b6913f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6913f


Comments

No comments written yet.

Please login to write comment.