#BB4260

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

Shades of Blush #BB4260

Tints of Blush #BB4260

Color information

#BB4260 (or 0xBB4260) is unknown color: approx Blush. HEX triplet: BB, 42 and 60. RGB value is (187,66,96). Sum of RGB (Red+Green+Blue) = 187+66+96=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4260 is #44BD9F. Grayscale: #696969. Windows color (decimal): -4504992 or 6308539. OLE color: 6308539.

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

Color convert

RGB1876696-
CMYK00.650.490.27
HSL345.12º47.83%49.61%-
HSV(B)345.12º64.71%73.33%-
XYZ24.5515.3112.73-
YUV105.6122.59186.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.58%
GREEN value IS 66 (26.17% from 255) = 18.91%
BLUE value IS 96 (37.89% from 255) = 27.51%
R=53.58%
G=18.91%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187669600.650.490.27345.1247.8349.61
HexBB4260041311B1593032
Octal273102140010161335316062
Binary10111011100001011000000100000111000111011101011001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4260; }

 p { color: rgb(187,66,96); }

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

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

 a { background-color: rgb(187,66,96); }

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

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

 span { border-color: rgb(187,66,96); }

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