#BB7378

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

Shades of Turkish Rose #BB7378

Tints of Turkish Rose #BB7378

Color information

#BB7378 (or 0xBB7378) is unknown color: approx Turkish Rose. HEX triplet: BB, 73 and 78. RGB value is (187,115,120). Sum of RGB (Red+Green+Blue) = 187+115+120=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7378 is #448C87. Grayscale: #898989. Windows color (decimal): -4492424 or 7893947. OLE color: 7893947.

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

Color convert

RGB187115120-
CMYK00.390.360.27
HSL355.83º34.62%59.22%-
HSV(B)355.83º38.5%73.33%-
XYZ30.0124.1820.86-
YUV137.1118.35163.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.31%
GREEN value IS 115 (45.31% from 255) = 27.25%
BLUE value IS 120 (47.27% from 255) = 28.44%
R=44.31%
G=27.25%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711512000.390.360.27355.8334.6259.22
HexBB7378027241B164233b
Octal27316317004744335444373
Binary1011101111100111111000010011110010011011101100100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7378; }

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

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

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

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

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

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

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

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