#BB4E5A

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

Shades of Blush #BB4E5A

Tints of Blush #BB4E5A

Color information

#BB4E5A (or 0xBB4E5A) is unknown color: approx Blush. HEX triplet: BB, 4E and 5A. RGB value is (187,78,90). Sum of RGB (Red+Green+Blue) = 187+78+90=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4E5A is #44B1A5. Grayscale: #707070. Windows color (decimal): -4501926 or 5918395. OLE color: 5918395.

HSL color Cylindrical-coordinate representation of color #BB4E5A: hue angle of 353.39º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB4E5A is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB1877890-
CMYK00.580.520.27
HSL353.39º44.49%51.96%-
HSV(B)353.39º58.29%73.33%-
XYZ25.0616.7511.59-
YUV111.96115.61181.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.68%
GREEN value IS 78 (30.86% from 255) = 21.97%
BLUE value IS 90 (35.55% from 255) = 25.35%
R=52.68%
G=21.97%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187789000.580.520.27353.3944.4951.96
HexBB4E5A03A341B1612c34
Octal27311613207264335415464
Binary1011101110011101011010011101011010011011101100001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4E5A; }

 p { color: rgb(187,78,90); }

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

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

 a { background-color: rgb(187,78,90); }

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

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

 span { border-color: rgb(187,78,90); }

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