#B8535A

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

Shades of Blush #B8535A

Tints of Blush #B8535A

Color information

#B8535A (or 0xB8535A) is unknown color: approx Blush. HEX triplet: B8, 53 and 5A. RGB value is (184,83,90). Sum of RGB (Red+Green+Blue) = 184+83+90=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B8535A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8535A is #47ACA5. Grayscale: #727272. Windows color (decimal): -4697254 or 5919672. OLE color: 5919672.

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

Color convert

RGB1848390-
CMYK00.550.510.28
HSL355.84º41.56%52.35%-
HSV(B)355.84º54.89%72.16%-
XYZ24.7117.1211.67-
YUV114114.46177.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.54%
GREEN value IS 83 (32.81% from 255) = 23.25%
BLUE value IS 90 (35.55% from 255) = 25.21%
R=51.54%
G=23.25%
B=25.21%

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
Decimal184839000.550.510.28355.8441.5652.35
HexB8535A037331C1642a34
Octal27012313206763345445264
Binary1011100010100111011010011011111001111100101100100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8535A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8535A; }

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

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

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

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

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

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

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

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