#BB6B6E

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

Shades of Turkish Rose #BB6B6E

Tints of Turkish Rose #BB6B6E

Color information

#BB6B6E (or 0xBB6B6E) is unknown color: approx Turkish Rose. HEX triplet: BB, 6B and 6E. RGB value is (187,107,110). Sum of RGB (Red+Green+Blue) = 187+107+110=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6B6E is #449491. Grayscale: #838383. Windows color (decimal): -4494482 or 7236539. OLE color: 7236539.

HSL color Cylindrical-coordinate representation of color #BB6B6E: hue angle of 357.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 #BB6B6E is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB187107110-
CMYK00.430.410.27
HSL357.75º37.04%57.65%-
HSV(B)357.75º42.78%73.33%-
XYZ28.5722.2117.53-
YUV131.26116167.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.29%
GREEN value IS 107 (42.19% from 255) = 26.49%
BLUE value IS 110 (43.36% from 255) = 27.23%
R=46.29%
G=26.49%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710711000.430.410.27357.7537.0457.65
HexBB6B6E02B291B166253a
Octal27315315605351335464572
Binary1011101111010111101110010101110100111011101100110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6B6E; }

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

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

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

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

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

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

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

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