#B0546B

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

Shades of Blush #B0546B

Tints of Blush #B0546B

Color information

#B0546B (or 0xB0546B) is unknown color: approx Blush. HEX triplet: B0, 54 and 6B. RGB value is (176,84,107). Sum of RGB (Red+Green+Blue) = 176+84+107=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B0546B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0546B is #4FAB94. Grayscale: #727272. Windows color (decimal): -5221269 or 7034032. OLE color: 7034032.

HSL color Cylindrical-coordinate representation of color #B0546B: hue angle of 345º 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 #B0546B is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB17684107-
CMYK00.520.390.31
HSL345º36.8%50.98%-
HSV(B)345º52.27%69.02%-
XYZ23.7316.6315.87-
YUV114.13123.98172.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.96%
GREEN value IS 84 (33.20% from 255) = 22.89%
BLUE value IS 107 (42.19% from 255) = 29.16%
R=47.96%
G=22.89%
B=29.16%

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
Decimal1768410700.520.390.3134536.850.98
HexB0546B034271F1592533
Octal26012415306447375314563
Binary1011000010101001101011011010010011111111101011001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0546B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0546B; }

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

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

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

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

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

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

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

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