#BB4A62

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

Shades of Blush #BB4A62

Tints of Blush #BB4A62

Color information

#BB4A62 (or 0xBB4A62) is unknown color: approx Blush. HEX triplet: BB, 4A and 62. RGB value is (187,74,98). Sum of RGB (Red+Green+Blue) = 187+74+98=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4A62 is #44B59D. Grayscale: #6E6E6E. Windows color (decimal): -4502942 or 6441659. OLE color: 6441659.

HSL color Cylindrical-coordinate representation of color #BB4A62: hue angle of 347.26º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4A62 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB1877498-
CMYK00.600.480.27
HSL347.26º45.38%51.18%-
HSV(B)347.26º60.43%73.33%-
XYZ25.1516.3413.38-
YUV110.52120.94182.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.09%
GREEN value IS 74 (29.30% from 255) = 20.61%
BLUE value IS 98 (38.67% from 255) = 27.30%
R=52.09%
G=20.61%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187749800.600.480.27347.2645.3851.18
HexBB4A6203C301B15b2d33
Octal27311214207460335335563
Binary1011101110010101100010011110011000011011101011011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4A62; }

 p { color: rgb(187,74,98); }

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

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

 a { background-color: rgb(187,74,98); }

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

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

 span { border-color: rgb(187,74,98); }

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