#BB4864

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

Shades of Blush #BB4864

Tints of Blush #BB4864

Color information

#BB4864 (or 0xBB4864) is unknown color: approx Blush. HEX triplet: BB, 48 and 64. RGB value is (187,72,100). Sum of RGB (Red+Green+Blue) = 187+72+100=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4864 is #44B79B. Grayscale: #6D6D6D. Windows color (decimal): -4503452 or 6572219. OLE color: 6572219.

HSL color Cylindrical-coordinate representation of color #BB4864: hue angle of 345.39º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB4864 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB18772100-
CMYK00.610.470.27
HSL345.39º45.82%50.78%-
HSV(B)345.39º61.5%73.33%-
XYZ25.1116.1213.84-
YUV109.58122.6183.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.09%
GREEN value IS 72 (28.52% from 255) = 20.06%
BLUE value IS 100 (39.45% from 255) = 27.86%
R=52.09%
G=20.06%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877210000.610.470.27345.3945.8250.78
HexBB486403D2F1B1592e33
Octal27311014407557335315663
Binary1011101110010001100100011110110111111011101011001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4864; }

 p { color: rgb(187,72,100); }

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

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

 a { background-color: rgb(187,72,100); }

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

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

 span { border-color: rgb(187,72,100); }

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