#B7535B

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

Shades of Blush #B7535B

Tints of Blush #B7535B

Color information

#B7535B (or 0xB7535B) is unknown color: approx Blush. HEX triplet: B7, 53 and 5B. RGB value is (183,83,91). Sum of RGB (Red+Green+Blue) = 183+83+91=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B7535B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7535B is #48ACA4. Grayscale: #717171. Windows color (decimal): -4762789 or 5985207. OLE color: 5985207.

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

Color convert

RGB1838391-
CMYK00.550.500.28
HSL355.2º40.98%52.16%-
HSV(B)355.2º54.64%71.76%-
XYZ24.5117.0111.89-
YUV113.81115.13177.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.26%
GREEN value IS 83 (32.81% from 255) = 23.25%
BLUE value IS 91 (35.94% from 255) = 25.49%
R=51.26%
G=23.25%
B=25.49%

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
Decimal183839100.550.500.28355.240.9852.16
HexB7535B037321C1632934
Octal26712313306762345435164
Binary1011011110100111011011011011111001011100101100011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7535B; }

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

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

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

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

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

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

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

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