Color Hex Logo

#b66946 Color Hex

#B66946
(182,105,70)
0 Favorites   0 Comments

Color spaces of #b66946

RGB 18210570
HSL0.050.440.49
HSV19°62°71°
CMYK 0.000.420.62   0.29
XYZ25.448520.49048.4081
Yxy20.49040.46830.3770
Hunter Lab45.266321.135720.6735
CIE-Lab52.387227.491232.7411

#b66946 color RGB value is (182,105,70).

#b66946 hex color red value is 182, green value is 105 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #b66946 hue: 0.05 , saturation: 0.44 and the lightness value of b66946 is 0.49.

The process color (four color CMYK) of #b66946 color hex is 0.00, 0.42, 0.62, 0.29. Web safe color of #b66946 is #cc6633. Color #b66946 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101001 01000110
Octal 266 151 106
Decimal 182 105 70
Hex B6 69 46

RGB Percentages of Color #b66946

%50.98
%29.41
%19.61

CMYK Percentages of Color #b66946

%0
%42
%62
%29

Triadic Colors of #b66946

#b66946 #46b669 #6946b6

Analogous Colors of #b66946

#b66946 #b6a146 #b6465b

Monochromatic Colors of #b66946

#b66946

Complementary Color

#b66946 #4693b6

#b66946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66946 Color CSS Codes

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

#b66946 Text Font Color

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

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


#b66946 Background Color

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

This div background color is #b66946


#b66946 Border Color

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

This div border color is #b66946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66946


Comments

No comments written yet.

Please login to write comment.