#B7546E

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

Shades of Blush #B7546E

Tints of Blush #B7546E

Color information

#B7546E (or 0xB7546E) is unknown color: approx Blush. HEX triplet: B7, 54 and 6E. RGB value is (183,84,110). Sum of RGB (Red+Green+Blue) = 183+84+110=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B7546E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7546E is #48AB91. Grayscale: #747474. Windows color (decimal): -4762514 or 7230647. OLE color: 7230647.

HSL color Cylindrical-coordinate representation of color #B7546E: hue angle of 344.24º 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 #B7546E is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB18384110-
CMYK00.540.400.28
HSL344.24º40.74%52.35%-
HSV(B)344.24º54.1%71.76%-
XYZ25.5117.5316.79-
YUV116.57124.3175.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.54%
GREEN value IS 84 (33.20% from 255) = 22.28%
BLUE value IS 110 (43.36% from 255) = 29.18%
R=48.54%
G=22.28%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838411000.540.400.28344.2440.7452.35
HexB7546E036281C1582934
Octal26712415606650345305164
Binary1011011110101001101110011011010100011100101011000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7546E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7546E; }

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

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

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

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

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

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

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

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