#B7595D

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

Shades of Blush #B7595D

Tints of Blush #B7595D

Color information

#B7595D (or 0xB7595D) is unknown color: approx Blush. HEX triplet: B7, 59 and 5D. RGB value is (183,89,93). Sum of RGB (Red+Green+Blue) = 183+89+93=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B7595D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7595D is #48A6A2. Grayscale: #757575. Windows color (decimal): -4761251 or 6117815. OLE color: 6117815.

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

Color convert

RGB1838993-
CMYK00.510.490.28
HSL357.45º39.5%53.33%-
HSV(B)357.45º51.37%71.76%-
XYZ25.081812.51-
YUV117.56114.14174.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.14%
GREEN value IS 89 (35.16% from 255) = 24.38%
BLUE value IS 93 (36.72% from 255) = 25.48%
R=50.14%
G=24.38%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183899300.510.490.28357.4539.553.33
HexB7595D033311C1652735
Octal26713113506361345454765
Binary1011011110110011011101011001111000111100101100101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7595D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7595D; }

 p { color: rgb(183,89,93); }

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

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

 a { background-color: rgb(183,89,93); }

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

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

 span { border-color: rgb(183,89,93); }

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