#BB546A

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

Shades of Blush #BB546A

Tints of Blush #BB546A

Color information

#BB546A (or 0xBB546A) is unknown color: approx Blush. HEX triplet: BB, 54 and 6A. RGB value is (187,84,106). Sum of RGB (Red+Green+Blue) = 187+84+106=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB546A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB546A is #44AB95. Grayscale: #757575. Windows color (decimal): -4500374 or 6968507. OLE color: 6968507.

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

Color convert

RGB18784106-
CMYK00.550.430.27
HSL347.18º43.1%53.14%-
HSV(B)347.18º55.08%73.33%-
XYZ26.2717.9515.72-
YUV117.3121.62177.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.60%
GREEN value IS 84 (33.20% from 255) = 22.28%
BLUE value IS 106 (41.80% from 255) = 28.12%
R=49.60%
G=22.28%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878410600.550.430.27347.1843.153.14
HexBB546A0372B1B15b2b35
Octal27312415206753335335365
Binary1011101110101001101010011011110101111011101011011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB546A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB546A; }

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

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

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

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

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

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

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

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