Color Hex Logo

#b38360 Color Hex

#B38360
(179,131,96)
0 Favorites   0 Comments

Color spaces of #b38360

RGB 17913196
HSL0.070.350.54
HSV25°46°70°
CMYK 0.000.270.46   0.30
XYZ28.818026.660814.6935
Yxy26.66080.41070.3799
Hunter Lab51.63419.264719.2717
CIE-Lab58.659014.095226.1372

#b38360 color RGB value is (179,131,96).

#b38360 hex color red value is 179, green value is 131 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #b38360 hue: 0.07 , saturation: 0.35 and the lightness value of b38360 is 0.54.

The process color (four color CMYK) of #b38360 color hex is 0.00, 0.27, 0.46, 0.30. Web safe color of #b38360 is #cc9966. Color #b38360 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000011 01100000
Octal 263 203 140
Decimal 179 131 96
Hex B3 83 60

RGB Percentages of Color #b38360

%44.09
%32.27
%23.65

CMYK Percentages of Color #b38360

%0
%27
%46
%30

Triadic Colors of #b38360

#b38360 #60b383 #8360b3

Analogous Colors of #b38360

#b38360 #b3ad60 #b36067

Monochromatic Colors of #b38360

#b38360

Complementary Color

#b38360 #6090b3

#b38360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38360 Color CSS Codes

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

#b38360 Text Font Color

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

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


#b38360 Background Color

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

This div background color is #b38360


#b38360 Border Color

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

This div border color is #b38360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38360


Comments

No comments written yet.

Please login to write comment.