Color Hex Logo

#b38c60 Color Hex

#B38C60
(179,140,96)
0 Favorites   0 Comments

Color spaces of #b38c60

RGB 17914096
HSL0.090.350.54
HSV32°46°70°
CMYK 0.000.220.46   0.30
XYZ30.079829.184415.1141
Yxy29.18440.40440.3924
Hunter Lab54.02264.849321.2280
CIE-Lab60.94409.078729.1072

#b38c60 color RGB value is (179,140,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001100 01100000
Octal 263 214 140
Decimal 179 140 96
Hex B3 8C 60

RGB Percentages of Color #b38c60

%43.13
%33.73
%23.13

CMYK Percentages of Color #b38c60

%0
%22
%46
%30

Triadic Colors of #b38c60

#b38c60 #60b38c #8c60b3

Analogous Colors of #b38c60

#b38c60 #b1b360 #b36360

Monochromatic Colors of #b38c60

#b38c60

Complementary Color

#b38c60 #6087b3

#b38c60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38c60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38c60 Color CSS Codes

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

#b38c60 Text Font Color

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

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


#b38c60 Background Color

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

This div background color is #b38c60


#b38c60 Border Color

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

This div border color is #b38c60


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,140,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 #b38c60">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38c60


Comments

No comments written yet.

Please login to write comment.