Color Hex Logo

#bf595a Color Hex

#BF595A
(191,89,90)
0 Favorites   0 Comments

Color spaces of #bf595a

RGB 1918990
HSL1.000.440.55
HSV359°53°75°
CMYK 0.000.530.53   0.25
XYZ26.903718.959311.9144
Yxy18.95930.46560.3281
Hunter Lab43.542334.091814.2562
CIE-Lab50.639641.053219.2350

#bf595a color RGB value is (191,89,90).

#bf595a hex color red value is 191, green value is 89 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bf595a hue: 1.00 , saturation: 0.44 and the lightness value of bf595a is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01011001 01011010
Octal 277 131 132
Decimal 191 89 90
Hex BF 59 5A

RGB Percentages of Color #bf595a

%51.62
%24.05
%24.32

CMYK Percentages of Color #bf595a

%0
%53
%53
%25

Triadic Colors of #bf595a

#bf595a #5abf59 #595abf

Analogous Colors of #bf595a

#bf595a #bf8b59 #bf598d

Monochromatic Colors of #bf595a

#bf595a

Complementary Color

#bf595a #59bfbe

#bf595a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf595a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf595a Color CSS Codes

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

#bf595a Text Font Color

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

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


#bf595a Background Color

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

This div background color is #bf595a


#bf595a Border Color

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

This div border color is #bf595a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf595a


Comments

No comments written yet.

Please login to write comment.