Color Hex Logo

#b36660 Color Hex

#B36660
(179,102,96)
0 Favorites   0 Comments

Color spaces of #b36660

RGB 17910296
HSL0.010.350.54
HSV46°70°
CMYK 0.000.430.46   0.30
XYZ25.453119.931013.5719
Yxy19.93100.43170.3381
Hunter Lab44.644123.641513.2266
CIE-Lab51.759130.217916.9204

#b36660 color RGB value is (179,102,96).

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

The process color (four color CMYK) of #b36660 color hex is 0.00, 0.43, 0.46, 0.30. Web safe color of #b36660 is #cc6666. Color #b36660 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100110 01100000
Octal 263 146 140
Decimal 179 102 96
Hex B3 66 60

RGB Percentages of Color #b36660

%47.48
%27.06
%25.46

CMYK Percentages of Color #b36660

%0
%43
%46
%30

Triadic Colors of #b36660

#b36660 #60b366 #6660b3

Analogous Colors of #b36660

#b36660 #b39060 #b36084

Monochromatic Colors of #b36660

#b36660

Complementary Color

#b36660 #60adb3

#b36660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36660 Color CSS Codes

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

#b36660 Text Font Color

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

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


#b36660 Background Color

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

This div background color is #b36660


#b36660 Border Color

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

This div border color is #b36660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36660


Comments

No comments written yet.

Please login to write comment.