#BB4E61

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

Shades of Blush #BB4E61

Tints of Blush #BB4E61

Color information

#BB4E61 (or 0xBB4E61) is unknown color: approx Blush. HEX triplet: BB, 4E and 61. RGB value is (187,78,97). Sum of RGB (Red+Green+Blue) = 187+78+97=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4E61 is #44B19E. Grayscale: #707070. Windows color (decimal): -4501919 or 6377147. OLE color: 6377147.

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

Color convert

RGB1877897-
CMYK00.580.480.27
HSL349.54º44.49%51.96%-
HSV(B)349.54º58.29%73.33%-
XYZ25.3816.8813.23-
YUV112.76119.11180.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.66%
GREEN value IS 78 (30.86% from 255) = 21.55%
BLUE value IS 97 (38.28% from 255) = 26.80%
R=51.66%
G=21.55%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187789700.580.480.27349.5444.4951.96
HexBB4E6103A301B15e2c34
Octal27311614107260335365464
Binary1011101110011101100001011101011000011011101011110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4E61; }

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

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

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

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

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

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

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

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