#bb4c5e

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

Shades of Blush #BB4C5E

Tints of Blush #BB4C5E

Color information

#BB4C5E (or 0xBB4C5E) is unknown color: approx Blush. HEX triplet: BB, 4C and 5E. RGB value is (187,76,94). Sum of RGB (Red+Green+Blue) = 187+76+94=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4C5E is #44B3A1. Grayscale: #6F6F6F. Windows color (decimal): -4502434 or 6180027. OLE color: 6180027.

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

Color convert

RGB1877694-
CMYK00.590.500.27
HSL350.27º44.94%51.57%-
HSV(B)350.27º59.36%73.33%-
XYZ25.116.5412.46-
YUV111.24118.27182.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.38%
GREEN value IS 76 (30.08% from 255) = 21.29%
BLUE value IS 94 (37.11% from 255) = 26.33%
R=52.38%
G=21.29%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187769400.590.500.27350.2744.9451.57
HexBB4C5E03B321B15e2d34
Octal27311413607362335365564
Binary1011101110011001011110011101111001011011101011110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb4c5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb4c5e; }

 p { color: rgb(187,76,94); }

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

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

 a { background-color: rgb(187,76,94); }

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

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

 span { border-color: rgb(187,76,94); }

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