#BB7276

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

Shades of Turkish Rose #BB7276

Tints of Turkish Rose #BB7276

Color information

#BB7276 (or 0xBB7276) is unknown color: approx Turkish Rose. HEX triplet: BB, 72 and 76. RGB value is (187,114,118). Sum of RGB (Red+Green+Blue) = 187+114+118=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7276 is #448D89. Grayscale: #888888. Windows color (decimal): -4492682 or 7762619. OLE color: 7762619.

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

Color convert

RGB187114118-
CMYK00.390.370.27
HSL356.71º34.93%59.02%-
HSV(B)356.71º39.04%73.33%-
XYZ29.7823.9120.18-
YUV136.28117.68164.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.63%
GREEN value IS 114 (44.92% from 255) = 27.21%
BLUE value IS 118 (46.48% from 255) = 28.16%
R=44.63%
G=27.21%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711411800.390.370.27356.7134.9359.02
HexBB7276027251B165233b
Octal27316216604745335454373
Binary1011101111100101110110010011110010111011101100101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7276; }

 p { color: rgb(187,114,118); }

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

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

 a { background-color: rgb(187,114,118); }

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

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

 span { border-color: rgb(187,114,118); }

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