#B8535E

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

Shades of Blush #B8535E

Tints of Blush #B8535E

Color information

#B8535E (or 0xB8535E) is unknown color: approx Blush. HEX triplet: B8, 53 and 5E. RGB value is (184,83,94). Sum of RGB (Red+Green+Blue) = 184+83+94=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B8535E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8535E is #47ACA1. Grayscale: #727272. Windows color (decimal): -4697250 or 6181816. OLE color: 6181816.

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

Color convert

RGB1848394-
CMYK00.550.490.28
HSL353.47º41.56%52.35%-
HSV(B)353.47º54.89%72.16%-
XYZ24.8817.1912.6-
YUV114.45116.46177.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.97%
GREEN value IS 83 (32.81% from 255) = 22.99%
BLUE value IS 94 (37.11% from 255) = 26.04%
R=50.97%
G=22.99%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184839400.550.490.28353.4741.5652.35
HexB8535E037311C1612a34
Octal27012313606761345415264
Binary1011100010100111011110011011111000111100101100001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8535E; }

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

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

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

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

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

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

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

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