#BB4D5C

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

Shades of Blush #BB4D5C

Tints of Blush #BB4D5C

Color information

#BB4D5C (or 0xBB4D5C) is unknown color: approx Blush. HEX triplet: BB, 4D and 5C. RGB value is (187,77,92). Sum of RGB (Red+Green+Blue) = 187+77+92=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4D5C is #44B2A3. Grayscale: #6F6F6F. Windows color (decimal): -4502180 or 6049211. OLE color: 6049211.

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

Color convert

RGB1877792-
CMYK00.590.510.27
HSL351.82º44.72%51.76%-
HSV(B)351.82º58.82%73.33%-
XYZ25.0816.6512.02-
YUV111.6116.94181.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.53%
GREEN value IS 77 (30.47% from 255) = 21.63%
BLUE value IS 92 (36.33% from 255) = 25.84%
R=52.53%
G=21.63%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187779200.590.510.27351.8244.7251.76
HexBB4D5C03B331B1602d34
Octal27311513407363335405564
Binary1011101110011011011100011101111001111011101100000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4D5C; }

 p { color: rgb(187,77,92); }

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

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

 a { background-color: rgb(187,77,92); }

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

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

 span { border-color: rgb(187,77,92); }

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