#B8585C

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

Shades of Blush #B8585C

Tints of Blush #B8585C

Color information

#B8585C (or 0xB8585C) is unknown color: approx Blush. HEX triplet: B8, 58 and 5C. RGB value is (184,88,92). Sum of RGB (Red+Green+Blue) = 184+88+92=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B8585C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8585C is #47A7A3. Grayscale: #757575. Windows color (decimal): -4695972 or 6052024. OLE color: 6052024.

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

Color convert

RGB1848892-
CMYK00.520.500.28
HSL357.5º40.34%53.33%-
HSV(B)357.5º52.17%72.16%-
XYZ25.1917.9412.26-
YUV117.16113.8175.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.55%
GREEN value IS 88 (34.77% from 255) = 24.18%
BLUE value IS 92 (36.33% from 255) = 25.27%
R=50.55%
G=24.18%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184889200.520.500.28357.540.3453.33
HexB8585C034321C1662835
Octal27013013406462345465065
Binary1011100010110001011100011010011001011100101100110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8585C; }

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

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

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

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

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

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

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

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