Color Hex Logo

#b38a66 Color Hex

#B38A66
(179,138,102)
0 Favorites   0 Comments

Color spaces of #b38a66

RGB 179138102
HSL0.080.340.55
HSV28°43°70°
CMYK 0.000.230.43   0.30
XYZ30.077228.720016.5286
Yxy28.72000.39930.3813
Hunter Lab53.59106.396219.2275
CIE-Lab60.533710.837525.2651

#b38a66 color RGB value is (179,138,102).

#b38a66 hex color red value is 179, green value is 138 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #b38a66 hue: 0.08 , saturation: 0.34 and the lightness value of b38a66 is 0.55.

The process color (four color CMYK) of #b38a66 color hex is 0.00, 0.23, 0.43, 0.30. Web safe color of #b38a66 is #cc9966. Color #b38a66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001010 01100110
Octal 263 212 146
Decimal 179 138 102
Hex B3 8A 66

RGB Percentages of Color #b38a66

%42.72
%32.94
%24.34

CMYK Percentages of Color #b38a66

%0
%23
%43
%30

Triadic Colors of #b38a66

#b38a66 #66b38a #8a66b3

Analogous Colors of #b38a66

#b38a66 #b3b166 #b36669

Monochromatic Colors of #b38a66

#b38a66

Complementary Color

#b38a66 #668fb3

#b38a66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38a66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38a66 Color CSS Codes

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

#b38a66 Text Font Color

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

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


#b38a66 Background Color

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

This div background color is #b38a66


#b38a66 Border Color

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

This div border color is #b38a66


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,138,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b38a66; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b38a66;
  -webkit-box-shadow: 1px 1px 3px 2px #b38a66;
  box-shadow:         1px 1px 3px 2px #b38a66; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,138,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38a66


Comments

No comments written yet.

Please login to write comment.