#BB5270

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

Shades of Blush #BB5270

Tints of Blush #BB5270

Color information

#BB5270 (or 0xBB5270) is unknown color: approx Blush. HEX triplet: BB, 52 and 70. RGB value is (187,82,112). Sum of RGB (Red+Green+Blue) = 187+82+112=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5270 is #44AD8F. Grayscale: #747474. Windows color (decimal): -4500880 or 7361211. OLE color: 7361211.

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

Color convert

RGB18782112-
CMYK00.560.400.27
HSL342.86º43.57%52.75%-
HSV(B)342.86º56.15%73.33%-
XYZ26.4417.7717.37-
YUV116.82125.29178.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.08%
GREEN value IS 82 (32.42% from 255) = 21.52%
BLUE value IS 112 (44.14% from 255) = 29.40%
R=49.08%
G=21.52%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878211200.560.400.27342.8643.5752.75
HexBB5270038281B1572c35
Octal27312216007050335275465
Binary1011101110100101110000011100010100011011101010111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5270; }

 p { color: rgb(187,82,112); }

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

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

 a { background-color: rgb(187,82,112); }

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

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

 span { border-color: rgb(187,82,112); }

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