#B8596A

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

Shades of Blush #B8596A

Tints of Blush #B8596A

Color information

#B8596A (or 0xB8596A) is unknown color: approx Blush. HEX triplet: B8, 59 and 6A. RGB value is (184,89,106). Sum of RGB (Red+Green+Blue) = 184+89+106=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B8596A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8596A is #47A695. Grayscale: #777777. Windows color (decimal): -4695702 or 6969784. OLE color: 6969784.

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

Color convert

RGB18489106-
CMYK00.520.420.28
HSL349.26º40.08%53.53%-
HSV(B)349.26º51.63%72.16%-
XYZ25.9418.3815.82-
YUV119.34120.47174.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.55%
GREEN value IS 89 (35.16% from 255) = 23.48%
BLUE value IS 106 (41.80% from 255) = 27.97%
R=48.55%
G=23.48%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848910600.520.420.28349.2640.0853.53
HexB8596A0342A1C15d2836
Octal27013115206452345355066
Binary1011100010110011101010011010010101011100101011101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8596A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8596A; }

 p { color: rgb(184,89,106); }

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

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

 a { background-color: rgb(184,89,106); }

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

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

 span { border-color: rgb(184,89,106); }

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