#BB546B

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

Shades of Blush #BB546B

Tints of Blush #BB546B

Color information

#BB546B (or 0xBB546B) is unknown color: approx Blush. HEX triplet: BB, 54 and 6B. RGB value is (187,84,107). Sum of RGB (Red+Green+Blue) = 187+84+107=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB546B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB546B is #44AB94. Grayscale: #757575. Windows color (decimal): -4500373 or 7034043. OLE color: 7034043.

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

Color convert

RGB18784107-
CMYK00.550.430.27
HSL346.6º43.1%53.14%-
HSV(B)346.6º55.08%73.33%-
XYZ26.3217.9715.99-
YUV117.42122.12177.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.47%
GREEN value IS 84 (33.20% from 255) = 22.22%
BLUE value IS 107 (42.19% from 255) = 28.31%
R=49.47%
G=22.22%
B=28.31%

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
Decimal1878410700.550.430.27346.643.153.14
HexBB546B0372B1B15b2b35
Octal27312415306753335335365
Binary1011101110101001101011011011110101111011101011011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB546B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB546B; }

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

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

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

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

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

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

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

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