#B0546C

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

Shades of Blush #B0546C

Tints of Blush #B0546C

Color information

#B0546C (or 0xB0546C) is unknown color: approx Blush. HEX triplet: B0, 54 and 6C. RGB value is (176,84,108). Sum of RGB (Red+Green+Blue) = 176+84+108=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B0546C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0546C is #4FAB93. Grayscale: #727272. Windows color (decimal): -5221268 or 7099568. OLE color: 7099568.

HSL color Cylindrical-coordinate representation of color #B0546C: hue angle of 344.35º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0546C is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB17684108-
CMYK00.520.390.31
HSL344.35º36.8%50.98%-
HSV(B)344.35º52.27%69.02%-
XYZ23.7816.6516.15-
YUV114.24124.48172.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.83%
GREEN value IS 84 (33.20% from 255) = 22.83%
BLUE value IS 108 (42.58% from 255) = 29.35%
R=47.83%
G=22.83%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768410800.520.390.31344.3536.850.98
HexB0546C034271F1582533
Octal26012415406447375304563
Binary1011000010101001101100011010010011111111101011000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0546C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0546C; }

 p { color: rgb(176,84,108); }

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

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

 a { background-color: rgb(176,84,108); }

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

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

 span { border-color: rgb(176,84,108); }

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