#BB6873

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

Shades of Turkish Rose #BB6873

Tints of Turkish Rose #BB6873

Color information

#BB6873 (or 0xBB6873) is unknown color: approx Turkish Rose. HEX triplet: BB, 68 and 73. RGB value is (187,104,115). Sum of RGB (Red+Green+Blue) = 187+104+115=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6873 is #44978C. Grayscale: #828282. Windows color (decimal): -4495245 or 7563451. OLE color: 7563451.

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

Color convert

RGB187104115-
CMYK00.440.390.27
HSL352.05º37.9%57.06%-
HSV(B)352.05º44.39%73.33%-
XYZ28.5421.718.9-
YUV130.07119.5168.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.06%
GREEN value IS 104 (41.02% from 255) = 25.62%
BLUE value IS 115 (45.31% from 255) = 28.33%
R=46.06%
G=25.62%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710411500.440.390.27352.0537.957.06
HexBB687302C271B1602639
Octal27315016305447335404671
Binary1011101111010001110011010110010011111011101100000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6873; }

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

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

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

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

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

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

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

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