#B8535C

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

Shades of Blush #B8535C

Tints of Blush #B8535C

Color information

#B8535C (or 0xB8535C) is unknown color: approx Blush. HEX triplet: B8, 53 and 5C. RGB value is (184,83,92). Sum of RGB (Red+Green+Blue) = 184+83+92=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B8535C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8535C is #47ACA3. Grayscale: #727272. Windows color (decimal): -4697252 or 6050744. OLE color: 6050744.

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

Color convert

RGB1848392-
CMYK00.550.500.28
HSL354.65º41.56%52.35%-
HSV(B)354.65º54.89%72.16%-
XYZ24.7917.1512.13-
YUV114.22115.46177.77-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.25%
GREEN value IS 83 (32.81% from 255) = 23.12%
BLUE value IS 92 (36.33% from 255) = 25.63%
R=51.25%
G=23.12%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184839200.550.500.28354.6541.5652.35
HexB8535C037321C1632a34
Octal27012313406762345435264
Binary1011100010100111011100011011111001011100101100011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8535C; }

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

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

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

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

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

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

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

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