#BB7278

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

Shades of Turkish Rose #BB7278

Tints of Turkish Rose #BB7278

Color information

#BB7278 (or 0xBB7278) is unknown color: approx Turkish Rose. HEX triplet: BB, 72 and 78. RGB value is (187,114,120). Sum of RGB (Red+Green+Blue) = 187+114+120=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7278 is #448D87. Grayscale: #888888. Windows color (decimal): -4492680 or 7893691. OLE color: 7893691.

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

Color convert

RGB187114120-
CMYK00.390.360.27
HSL355.07º34.93%59.02%-
HSV(B)355.07º39.04%73.33%-
XYZ29.923.9620.82-
YUV136.51118.68164.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.42%
GREEN value IS 114 (44.92% from 255) = 27.08%
BLUE value IS 120 (47.27% from 255) = 28.50%
R=44.42%
G=27.08%
B=28.50%

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
Decimal18711412000.390.360.27355.0734.9359.02
HexBB7278027241B163233b
Octal27316217004744335434373
Binary1011101111100101111000010011110010011011101100011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7278; }

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

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

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

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

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

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

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

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