#BB7478

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

Shades of Turkish Rose #BB7478

Tints of Turkish Rose #BB7478

Color information

#BB7478 (or 0xBB7478) is unknown color: approx Turkish Rose. HEX triplet: BB, 74 and 78. RGB value is (187,116,120). Sum of RGB (Red+Green+Blue) = 187+116+120=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7478 is #448B87. Grayscale: #898989. Windows color (decimal): -4492168 or 7894203. OLE color: 7894203.

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

Color convert

RGB187116120-
CMYK00.380.360.27
HSL356.62º34.3%59.41%-
HSV(B)356.62º37.97%73.33%-
XYZ30.1324.4120.89-
YUV137.68118.02163.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 116 (45.70% from 255) = 27.42%
BLUE value IS 120 (47.27% from 255) = 28.37%
R=44.21%
G=27.42%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711612000.380.360.27356.6234.359.41
HexBB7478026241B165223b
Octal27316417004644335454273
Binary1011101111101001111000010011010010011011101100101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7478; }

 p { color: rgb(187,116,120); }

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

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

 a { background-color: rgb(187,116,120); }

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

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

 span { border-color: rgb(187,116,120); }

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