Color Hex Logo

#b66330 Color Hex

#B66330
(182,99,48)
0 Favorites   0 Comments

Color spaces of #b66330

RGB 1829948
HSL0.060.580.45
HSV23°74°71°
CMYK 0.000.460.74   0.29
XYZ24.286719.08225.1995
Yxy19.08220.50010.3929
Hunter Lab43.683222.795823.5211
CIE-Lab50.783229.424142.5835

#b66330 color RGB value is (182,99,48).

#b66330 hex color red value is 182, green value is 99 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #b66330 hue: 0.06 , saturation: 0.58 and the lightness value of b66330 is 0.45.

The process color (four color CMYK) of #b66330 color hex is 0.00, 0.46, 0.74, 0.29. Web safe color of #b66330 is #cc6633. Color #b66330 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01100011 00110000
Octal 266 143 60
Decimal 182 99 48
Hex B6 63 30

RGB Percentages of Color #b66330

%55.32
%30.09
%14.59

CMYK Percentages of Color #b66330

%0
%46
%74
%29

Triadic Colors of #b66330

#b66330 #30b663 #6330b6

Analogous Colors of #b66330

#b66330 #b6a630 #b63040

Monochromatic Colors of #b66330

#b66330

Complementary Color

#b66330 #3083b6

#b66330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66330 Color CSS Codes

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

#b66330 Text Font Color

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

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


#b66330 Background Color

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

This div background color is #b66330


#b66330 Border Color

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

This div border color is #b66330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66330


Comments

No comments written yet.

Please login to write comment.