Color Hex Logo

#bc595b Color Hex

#BC595B
(188,89,91)
0 Favorites   0 Comments

Color spaces of #bc595b

RGB 1888991
HSL1.000.420.54
HSV359°53°74°
CMYK 0.000.530.52   0.26
XYZ26.199718.591512.1052
Yxy18.59150.46050.3268
Hunter Lab43.117933.005713.5370
CIE-Lab50.205840.033917.9792

#bc595b color RGB value is (188,89,91).

#bc595b hex color red value is 188, green value is 89 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bc595b hue: 1.00 , saturation: 0.42 and the lightness value of bc595b is 0.54.

The process color (four color CMYK) of #bc595b color hex is 0.00, 0.53, 0.52, 0.26. Web safe color of #bc595b is #cc6666. Color #bc595b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011001 01011011
Octal 274 131 133
Decimal 188 89 91
Hex BC 59 5B

RGB Percentages of Color #bc595b

%51.09
%24.18
%24.73

CMYK Percentages of Color #bc595b

%0
%53
%52
%26

Triadic Colors of #bc595b

#bc595b #5bbc59 #595bbc

Analogous Colors of #bc595b

#bc595b #bc8959 #bc598d

Monochromatic Colors of #bc595b

#bc595b

Complementary Color

#bc595b #59bcba

#bc595b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc595b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc595b Color CSS Codes

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

#bc595b Text Font Color

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

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


#bc595b Background Color

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

This div background color is #bc595b


#bc595b Border Color

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

This div border color is #bc595b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc595b


Comments

No comments written yet.

Please login to write comment.