#BB4969

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

Shades of Blush #BB4969

Tints of Blush #BB4969

Color information

#BB4969 (or 0xBB4969) is unknown color: approx Blush. HEX triplet: BB, 49 and 69. RGB value is (187,73,105). Sum of RGB (Red+Green+Blue) = 187+73+105=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4969 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4969 is #44B696. Grayscale: #6E6E6E. Windows color (decimal): -4503191 or 6900155. OLE color: 6900155.

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

Color convert

RGB18773105-
CMYK00.610.440.27
HSL343.16º45.6%50.98%-
HSV(B)343.16º60.96%73.33%-
XYZ25.4316.3515.18-
YUV110.73124.77182.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.23%
GREEN value IS 73 (28.91% from 255) = 20%
BLUE value IS 105 (41.41% from 255) = 28.77%
R=51.23%
G=20%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877310500.610.440.27343.1645.650.98
HexBB496903D2C1B1572e33
Octal27311115107554335275663
Binary1011101110010011101001011110110110011011101010111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4969; }

 p { color: rgb(187,73,105); }

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

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

 a { background-color: rgb(187,73,105); }

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

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

 span { border-color: rgb(187,73,105); }

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