#B7576C

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

Shades of Blush #B7576C

Tints of Blush #B7576C

Color information

#B7576C (or 0xB7576C) is unknown color: approx Blush. HEX triplet: B7, 57 and 6C. RGB value is (183,87,108). Sum of RGB (Red+Green+Blue) = 183+87+108=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B7576C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7576C is #48A893. Grayscale: #767676. Windows color (decimal): -4761748 or 7100343. OLE color: 7100343.

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

Color convert

RGB18387108-
CMYK00.520.410.28
HSL346.88º40%52.94%-
HSV(B)346.88º52.46%71.76%-
XYZ25.6417.9716.3-
YUV118.1122.3174.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.41%
GREEN value IS 87 (34.38% from 255) = 23.02%
BLUE value IS 108 (42.58% from 255) = 28.57%
R=48.41%
G=23.02%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838710800.520.410.28346.884052.94
HexB7576C034291C15b2835
Octal26712715406451345335065
Binary1011011110101111101100011010010100111100101011011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7576C; }

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

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

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

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

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

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

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

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