#BB7577

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

Shades of Turkish Rose #BB7577

Tints of Turkish Rose #BB7577

Color information

#BB7577 (or 0xBB7577) is unknown color: approx Turkish Rose. HEX triplet: BB, 75 and 77. RGB value is (187,117,119). Sum of RGB (Red+Green+Blue) = 187+117+119=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7577 is #448A88. Grayscale: #8A8A8A. Windows color (decimal): -4491913 or 7828923. OLE color: 7828923.

HSL color Cylindrical-coordinate representation of color #BB7577: hue angle of 358.29º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB7577 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB187117119-
CMYK00.370.360.27
HSL358.29º33.98%59.61%-
HSV(B)358.29º37.43%73.33%-
XYZ30.1824.6220.61-
YUV138.16117.19162.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 117 (46.09% from 255) = 27.66%
BLUE value IS 119 (46.88% from 255) = 28.13%
R=44.21%
G=27.66%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711711900.370.360.27358.2933.9859.61
HexBB7577025241B166223c
Octal27316516704544335464274
Binary1011101111101011110111010010110010011011101100110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7577; }

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

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

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

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

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

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

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

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