#BB4561

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

Shades of Blush #BB4561

Tints of Blush #BB4561

Color information

#BB4561 (or 0xBB4561) is unknown color: approx Blush. HEX triplet: BB, 45 and 61. RGB value is (187,69,97). Sum of RGB (Red+Green+Blue) = 187+69+97=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4561 is #44BA9E. Grayscale: #6B6B6B. Windows color (decimal): -4504223 or 6374843. OLE color: 6374843.

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

Color convert

RGB1876997-
CMYK00.630.480.27
HSL345.76º46.46%50.2%-
HSV(B)345.76º63.1%73.33%-
XYZ24.7815.6813.03-
YUV107.47122.09184.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.97%
GREEN value IS 69 (27.34% from 255) = 19.55%
BLUE value IS 97 (38.28% from 255) = 27.48%
R=52.97%
G=19.55%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187699700.630.480.27345.7646.4650.2
HexBB456103F301B15a2e32
Octal27310514107760335325662
Binary1011101110001011100001011111111000011011101011010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4561; }

 p { color: rgb(187,69,97); }

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

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

 a { background-color: rgb(187,69,97); }

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

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

 span { border-color: rgb(187,69,97); }

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