#B8585E

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

Shades of Blush #B8585E

Tints of Blush #B8585E

Color information

#B8585E (or 0xB8585E) is unknown color: approx Blush. HEX triplet: B8, 58 and 5E. RGB value is (184,88,94). Sum of RGB (Red+Green+Blue) = 184+88+94=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B8585E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8585E is #47A7A1. Grayscale: #757575. Windows color (decimal): -4695970 or 6183096. OLE color: 6183096.

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

Color convert

RGB1848894-
CMYK00.520.490.28
HSL356.25º40.34%53.33%-
HSV(B)356.25º52.17%72.16%-
XYZ25.2817.9812.73-
YUV117.39114.8175.51-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.27%
GREEN value IS 88 (34.77% from 255) = 24.04%
BLUE value IS 94 (37.11% from 255) = 25.68%
R=50.27%
G=24.04%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184889400.520.490.28356.2540.3453.33
HexB8585E034311C1642835
Octal27013013606461345445065
Binary1011100010110001011110011010011000111100101100100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8585E; }

 p { color: rgb(184,88,94); }

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

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

 a { background-color: rgb(184,88,94); }

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

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

 span { border-color: rgb(184,88,94); }

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