#BB5469

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

Shades of Blush #BB5469

Tints of Blush #BB5469

Color information

#BB5469 (or 0xBB5469) is unknown color: approx Blush. HEX triplet: BB, 54 and 69. RGB value is (187,84,105). Sum of RGB (Red+Green+Blue) = 187+84+105=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5469 is #44AB96. Grayscale: #757575. Windows color (decimal): -4500375 or 6902971. OLE color: 6902971.

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

Color convert

RGB18784105-
CMYK00.550.440.27
HSL347.77º43.1%53.14%-
HSV(B)347.77º55.08%73.33%-
XYZ26.2117.9315.44-
YUV117.19121.12177.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.73%
GREEN value IS 84 (33.20% from 255) = 22.34%
BLUE value IS 105 (41.41% from 255) = 27.93%
R=49.73%
G=22.34%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878410500.550.440.27347.7743.153.14
HexBB54690372C1B15c2b35
Octal27312415106754335345365
Binary1011101110101001101001011011110110011011101011100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5469; }

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

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

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

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

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

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

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

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