#BB6D6E

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

Shades of Turkish Rose #BB6D6E

Tints of Turkish Rose #BB6D6E

Color information

#BB6D6E (or 0xBB6D6E) is unknown color: approx Turkish Rose. HEX triplet: BB, 6D and 6E. RGB value is (187,109,110). Sum of RGB (Red+Green+Blue) = 187+109+110=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6D6E is #449291. Grayscale: #848484. Windows color (decimal): -4493970 or 7237051. OLE color: 7237051.

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

Color convert

RGB187109110-
CMYK00.420.410.27
HSL359.23º36.45%58.04%-
HSV(B)359.23º41.71%73.33%-
XYZ28.7822.6317.6-
YUV132.44115.34166.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.06%
GREEN value IS 109 (42.97% from 255) = 26.85%
BLUE value IS 110 (43.36% from 255) = 27.09%
R=46.06%
G=26.85%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710911000.420.410.27359.2336.4558.04
HexBB6D6E02A291B167243a
Octal27315515605251335474472
Binary1011101111011011101110010101010100111011101100111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6D6E; }

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

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

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

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

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

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

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

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