#B8535B

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

Shades of Blush #B8535B

Tints of Blush #B8535B

Color information

#B8535B (or 0xB8535B) is unknown color: approx Blush. HEX triplet: B8, 53 and 5B. RGB value is (184,83,91). Sum of RGB (Red+Green+Blue) = 184+83+91=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B8535B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8535B is #47ACA4. Grayscale: #727272. Windows color (decimal): -4697253 or 5985208. OLE color: 5985208.

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

Color convert

RGB1848391-
CMYK00.550.510.28
HSL355.25º41.56%52.35%-
HSV(B)355.25º54.89%72.16%-
XYZ24.7517.1311.9-
YUV114.11114.96177.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.40%
GREEN value IS 83 (32.81% from 255) = 23.18%
BLUE value IS 91 (35.94% from 255) = 25.42%
R=51.40%
G=23.18%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184839100.550.510.28355.2541.5652.35
HexB8535B037331C1632a34
Octal27012313306763345435264
Binary1011100010100111011011011011111001111100101100011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8535B; }

 p { color: rgb(184,83,91); }

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

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

 a { background-color: rgb(184,83,91); }

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

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

 span { border-color: rgb(184,83,91); }

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