color codes Logo

#b3595d color codes

#B3595D
(179,89,93)
0 Favorites   0 Comments

Color spaces of #b3595d

RGB 1798993
HSL0.990.370.53
HSV357°50°70°
CMYK 0.000.500.48   0.30
XYZ24.138617.518812.4651
Yxy17.51880.44600.3237
Hunter Lab41.855529.696211.6415
CIE-Lab48.907236.864314.7964

#b3595d color RGB value is (179,89,93).

#b3595d hex color red value is 179, green value is 89 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #b3595d hue: 0.99 , saturation: 0.37 and the lightness value of b3595d is 0.53.

The process color (four color CMYK) of #b3595d color code is 0.00, 0.50, 0.48, 0.30. Web safe color of #b3595d is #cc6666. Color #b3595d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011001 01011101
Octal 263 131 135
Decimal 179 89 93
Hex B3 59 5D

RGB Percentages of Color #b3595d

%49.58
%24.65
%25.76

CMYK Percentages of Color #b3595d

%0
%50
%48
%30

Triadic Colors of #b3595d

#b3595d #5db359 #595db3

Analogous Colors of #b3595d

#b3595d #b38259 #b3598a

Monochromatic Colors of #b3595d

#b3595d

Complementary Color

#b3595d #59b3af

#b3595d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3595d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3595d Color CSS Codes

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

#b3595d Text Font Color

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

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


#b3595d Background Color

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

This div background color is #b3595d


#b3595d Border Color

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

This div border color is #b3595d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3595d


Comments

No comments written yet.

Please login to write comment.