#BB6C75

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

Shades of Turkish Rose #BB6C75

Tints of Turkish Rose #BB6C75

Color information

#BB6C75 (or 0xBB6C75) is unknown color: approx Turkish Rose. HEX triplet: BB, 6C and 75. RGB value is (187,108,117). Sum of RGB (Red+Green+Blue) = 187+108+117=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6C75 is #44938A. Grayscale: #848484. Windows color (decimal): -4494219 or 7695547. OLE color: 7695547.

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

Color convert

RGB187108117-
CMYK00.420.370.27
HSL353.16º36.74%57.84%-
HSV(B)353.16º42.25%73.33%-
XYZ29.0722.5719.65-
YUV132.65119.17166.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.39%
GREEN value IS 108 (42.58% from 255) = 26.21%
BLUE value IS 117 (46.09% from 255) = 28.40%
R=45.39%
G=26.21%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710811700.420.370.27353.1636.7457.84
HexBB6C7502A251B161253a
Octal27315416505245335414572
Binary1011101111011001110101010101010010111011101100001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6C75; }

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

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

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

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

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

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

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

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