#BB6C73

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

Shades of Turkish Rose #BB6C73

Tints of Turkish Rose #BB6C73

Color information

#BB6C73 (or 0xBB6C73) is unknown color: approx Turkish Rose. HEX triplet: BB, 6C and 73. RGB value is (187,108,115). Sum of RGB (Red+Green+Blue) = 187+108+115=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6C73 is #44938C. Grayscale: #848484. Windows color (decimal): -4494221 or 7564475. OLE color: 7564475.

HSL color Cylindrical-coordinate representation of color #BB6C73: hue angle of 354.68º degrees, saturation: 0.37, 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 #BB6C73 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB187108115-
CMYK00.420.390.27
HSL354.68º36.74%57.84%-
HSV(B)354.68º42.25%73.33%-
XYZ28.9522.5319.04-
YUV132.42118.17166.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.61%
GREEN value IS 108 (42.58% from 255) = 26.34%
BLUE value IS 115 (45.31% from 255) = 28.05%
R=45.61%
G=26.34%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710811500.420.390.27354.6836.7457.84
HexBB6C7302A271B163253a
Octal27315416305247335434572
Binary1011101111011001110011010101010011111011101100011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6C73; }

 p { color: rgb(187,108,115); }

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

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

 a { background-color: rgb(187,108,115); }

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

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

 span { border-color: rgb(187,108,115); }

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