Color Hex Logo

#b36260 Color Hex

#B36260
(179,98,96)
0 Favorites   0 Comments

Color spaces of #b36260

RGB 1799896
HSL0.000.350.54
HSV46°70°
CMYK 0.000.450.46   0.30
XYZ25.069419.163613.4440
Yxy19.16360.43470.3323
Hunter Lab43.776225.613412.4350
CIE-Lab50.878132.387915.7161

#b36260 color RGB value is (179,98,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100010 01100000
Octal 263 142 140
Decimal 179 98 96
Hex B3 62 60

RGB Percentages of Color #b36260

%47.99
%26.27
%25.74

CMYK Percentages of Color #b36260

%0
%45
%46
%30

Triadic Colors of #b36260

#b36260 #60b362 #6260b3

Analogous Colors of #b36260

#b36260 #b38c60 #b36088

Monochromatic Colors of #b36260

#b36260

Complementary Color

#b36260 #60b1b3

#b36260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36260 Color CSS Codes

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

#b36260 Text Font Color

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

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


#b36260 Background Color

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

This div background color is #b36260


#b36260 Border Color

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

This div border color is #b36260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36260


Comments

No comments written yet.

Please login to write comment.