#B8535F

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

Shades of Blush #B8535F

Tints of Blush #B8535F

Color information

#B8535F (or 0xB8535F) is unknown color: approx Blush. HEX triplet: B8, 53 and 5F. RGB value is (184,83,95). Sum of RGB (Red+Green+Blue) = 184+83+95=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B8535F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8535F is #47ACA0. Grayscale: #727272. Windows color (decimal): -4697249 or 6247352. OLE color: 6247352.

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

Color convert

RGB1848395-
CMYK00.550.480.28
HSL352.87º41.56%52.35%-
HSV(B)352.87º54.89%72.16%-
XYZ24.9317.212.83-
YUV114.57116.96177.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.83%
GREEN value IS 83 (32.81% from 255) = 22.93%
BLUE value IS 95 (37.5% from 255) = 26.24%
R=50.83%
G=22.93%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184839500.550.480.28352.8741.5652.35
HexB8535F037301C1612a34
Octal27012313706760345415264
Binary1011100010100111011111011011111000011100101100001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8535F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8535F; }

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

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

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

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

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

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

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

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