#BB6B72

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

Shades of Turkish Rose #BB6B72

Tints of Turkish Rose #BB6B72

Color information

#BB6B72 (or 0xBB6B72) is unknown color: approx Turkish Rose. HEX triplet: BB, 6B and 72. RGB value is (187,107,114). Sum of RGB (Red+Green+Blue) = 187+107+114=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6B72 is #44948D. Grayscale: #838383. Windows color (decimal): -4494478 or 7498683. OLE color: 7498683.

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

Color convert

RGB187107114-
CMYK00.430.390.27
HSL354.75º37.04%57.65%-
HSV(B)354.75º42.78%73.33%-
XYZ28.7922.318.71-
YUV131.72118167.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.83%
GREEN value IS 107 (42.19% from 255) = 26.23%
BLUE value IS 114 (44.92% from 255) = 27.94%
R=45.83%
G=26.23%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710711400.430.390.27354.7537.0457.65
HexBB6B7202B271B163253a
Octal27315316205347335434572
Binary1011101111010111110010010101110011111011101100011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6B72; }

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

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

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

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

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

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

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

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