Color Hex Logo

#b6944f Color Hex

#B6944F
(182,148,79)
0 Favorites   0 Comments

Color spaces of #b6944f

RGB 18214879
HSL0.110.410.51
HSV40°57°71°
CMYK 0.000.190.57   0.29
XYZ31.292631.689411.8645
Yxy31.68940.41810.4234
Hunter Lab56.29330.712126.9093
CIE-Lab63.08534.368140.8270

#b6944f color RGB value is (182,148,79).

#b6944f hex color red value is 182, green value is 148 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #b6944f hue: 0.11 , saturation: 0.41 and the lightness value of b6944f is 0.51.

The process color (four color CMYK) of #b6944f color hex is 0.00, 0.19, 0.57, 0.29. Web safe color of #b6944f is #cc9966. Color #b6944f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010100 01001111
Octal 266 224 117
Decimal 182 148 79
Hex B6 94 4F

RGB Percentages of Color #b6944f

%44.50
%36.19
%19.32

CMYK Percentages of Color #b6944f

%0
%19
%57
%29

Triadic Colors of #b6944f

#b6944f #4fb694 #944fb6

Analogous Colors of #b6944f

#b6944f #a5b64f #b6614f

Monochromatic Colors of #b6944f

#b6944f

Complementary Color

#b6944f #4f71b6

#b6944f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6944f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6944f Color CSS Codes

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

#b6944f Text Font Color

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

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


#b6944f Background Color

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

This div background color is #b6944f


#b6944f Border Color

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

This div border color is #b6944f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6944f


Comments

No comments written yet.

Please login to write comment.