#BB5969

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

Shades of Blush #BB5969

Tints of Blush #BB5969

Color information

#BB5969 (or 0xBB5969) is unknown color: approx Blush. HEX triplet: BB, 59 and 69. RGB value is (187,89,105). Sum of RGB (Red+Green+Blue) = 187+89+105=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5969 is #44A696. Grayscale: #787878. Windows color (decimal): -4499095 or 6904251. OLE color: 6904251.

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

Color convert

RGB18789105-
CMYK00.520.440.27
HSL350.2º41.88%54.12%-
HSV(B)350.2º52.41%73.33%-
XYZ26.6218.7315.58-
YUV120.13119.47175.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.08%
GREEN value IS 89 (35.16% from 255) = 23.36%
BLUE value IS 105 (41.41% from 255) = 27.56%
R=49.08%
G=23.36%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878910500.520.440.27350.241.8854.12
HexBB59690342C1B15e2a36
Octal27313115106454335365266
Binary1011101110110011101001011010010110011011101011110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5969; }

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

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

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

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

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

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

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

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