#B7546C

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

Shades of Blush #B7546C

Tints of Blush #B7546C

Color information

#B7546C (or 0xB7546C) is unknown color: approx Blush. HEX triplet: B7, 54 and 6C. RGB value is (183,84,108). Sum of RGB (Red+Green+Blue) = 183+84+108=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B7546C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7546C is #48AB93. Grayscale: #747474. Windows color (decimal): -4762516 or 7099575. OLE color: 7099575.

HSL color Cylindrical-coordinate representation of color #B7546C: hue angle of 345.45º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B7546C is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB18384108-
CMYK00.540.410.28
HSL345.45º40.74%52.35%-
HSV(B)345.45º54.1%71.76%-
XYZ25.4117.4916.22-
YUV116.34123.3175.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.8%
GREEN value IS 84 (33.20% from 255) = 22.4%
BLUE value IS 108 (42.58% from 255) = 28.8%
R=48.8%
G=22.4%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838410800.540.410.28345.4540.7452.35
HexB7546C036291C1592934
Octal26712415406651345315164
Binary1011011110101001101100011011010100111100101011001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7546C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7546C; }

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

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

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

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

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

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

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

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