#BB6E72

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

Shades of Turkish Rose #BB6E72

Tints of Turkish Rose #BB6E72

Color information

#BB6E72 (or 0xBB6E72) is unknown color: approx Turkish Rose. HEX triplet: BB, 6E and 72. RGB value is (187,110,114). Sum of RGB (Red+Green+Blue) = 187+110+114=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6E72 is #44918D. Grayscale: #858585. Windows color (decimal): -4493710 or 7499451. OLE color: 7499451.

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

Color convert

RGB187110114-
CMYK00.410.390.27
HSL356.88º36.15%58.24%-
HSV(B)356.88º41.18%73.33%-
XYZ29.1122.9318.81-
YUV133.48117.01166.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.50%
GREEN value IS 110 (43.36% from 255) = 26.76%
BLUE value IS 114 (44.92% from 255) = 27.74%
R=45.50%
G=26.76%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711011400.410.390.27356.8836.1558.24
HexBB6E72029271B165243a
Octal27315616205147335454472
Binary1011101111011101110010010100110011111011101100101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6E72; }

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

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

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

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

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

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

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

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