Color Hex Logo

#b66138 Color Hex

#B66138
(182,97,56)
0 Favorites   0 Comments

Color spaces of #b66138

RGB 1829756
HSL0.050.530.47
HSV20°69°71°
CMYK 0.000.470.69   0.29
XYZ24.279918.78006.0866
Yxy18.78000.49400.3821
Hunter Lab43.335924.170822.0077
CIE-Lab50.428830.922238.0606

#b66138 color RGB value is (182,97,56).

#b66138 hex color red value is 182, green value is 97 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #b66138 hue: 0.05 , saturation: 0.53 and the lightness value of b66138 is 0.47.

The process color (four color CMYK) of #b66138 color hex is 0.00, 0.47, 0.69, 0.29. Web safe color of #b66138 is #cc6633. Color #b66138 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01100001 00111000
Octal 266 141 70
Decimal 182 97 56
Hex B6 61 38

RGB Percentages of Color #b66138

%54.33
%28.96
%16.72

CMYK Percentages of Color #b66138

%0
%47
%69
%29

Triadic Colors of #b66138

#b66138 #38b661 #6138b6

Analogous Colors of #b66138

#b66138 #b6a038 #b6384e

Monochromatic Colors of #b66138

#b66138

Complementary Color

#b66138 #388db6

#b66138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66138 Color CSS Codes

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

#b66138 Text Font Color

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

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


#b66138 Background Color

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

This div background color is #b66138


#b66138 Border Color

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

This div border color is #b66138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66138


Comments

No comments written yet.

Please login to write comment.