#BB4B62

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

Shades of Blush #BB4B62

Tints of Blush #BB4B62

Color information

#BB4B62 (or 0xBB4B62) is unknown color: approx Blush. HEX triplet: BB, 4B and 62. RGB value is (187,75,98). Sum of RGB (Red+Green+Blue) = 187+75+98=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4B62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4B62 is #44B49D. Grayscale: #6F6F6F. Windows color (decimal): -4502686 or 6441915. OLE color: 6441915.

HSL color Cylindrical-coordinate representation of color #BB4B62: hue angle of 347.68º 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 #BB4B62 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB1877598-
CMYK00.600.480.27
HSL347.68º45.16%51.37%-
HSV(B)347.68º59.89%73.33%-
XYZ25.2116.4813.41-
YUV111.11120.61182.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.94%
GREEN value IS 75 (29.69% from 255) = 20.83%
BLUE value IS 98 (38.67% from 255) = 27.22%
R=51.94%
G=20.83%
B=27.22%

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
Decimal187759800.600.480.27347.6845.1651.37
HexBB4B6203C301B15c2d33
Octal27311314207460335345563
Binary1011101110010111100010011110011000011011101011100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4B62; }

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

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

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

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

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

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

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

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