#B87577

Color #B87577 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #B87577

Tints of Turkish Rose #B87577

Color information

#B87577 (or 0xB87577) is unknown color: approx Turkish Rose. HEX triplet: B8, 75 and 77. RGB value is (184,117,119). Sum of RGB (Red+Green+Blue) = 184+117+119=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B87577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87577 is #478A88. Grayscale: #898989. Windows color (decimal): -4688521 or 7828920. OLE color: 7828920.

HSL color Cylindrical-coordinate representation of color #B87577: hue angle of 358.21º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B87577 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB184117119-
CMYK00.360.350.28
HSL358.21º32.06%59.02%-
HSV(B)358.21º36.41%72.16%-
XYZ29.4624.2420.58-
YUV137.26117.7161.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 43.81%
GREEN value IS 117 (46.09% from 255) = 27.86%
BLUE value IS 119 (46.88% from 255) = 28.33%
R=43.81%
G=27.86%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411711900.360.350.28358.2132.0659.02
HexB87577024231C166203b
Octal27016516704443345464073
Binary1011100011101011110111010010010001111100101100110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87577; }

 p { color: rgb(184,117,119); }

 H1.HeaderClassName
 {
   color: #B87577;
 }
 .AnyTagClassName
 {
   color: #B87577;
 }
</style>
background-color css

<style>
 a { background-color: #B87577; }

 a { background-color: rgb(184,117,119); }

 div.DivClassName
 {
   background-color: #B87577;
 }
 .BgClassName
 {
   background-color: #B87577;
 }
</style>
border-color css

<style>
 span { border-color: #B87577; }

 span { border-color: rgb(184,117,119); }

 td.TdClassName
 {
   border-color: #B87577;
 }
 .TagClassName
 {
   border-color: #B87577;
 }
</style>