#B9536A

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

Shades of Blush #B9536A

Tints of Blush #B9536A

Color information

#B9536A (or 0xB9536A) is unknown color: approx Blush. HEX triplet: B9, 53 and 6A. RGB value is (185,83,106). Sum of RGB (Red+Green+Blue) = 185+83+106=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B9536A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9536A is #46AC95. Grayscale: #747474. Windows color (decimal): -4631702 or 6968249. OLE color: 6968249.

HSL color Cylindrical-coordinate representation of color #B9536A: hue angle of 346.47º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B9536A is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB18583106-
CMYK00.550.430.27
HSL346.47º42.15%52.55%-
HSV(B)346.47º55.14%72.55%-
XYZ25.717.5415.67-
YUV116.12122.29177.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.47%
GREEN value IS 83 (32.81% from 255) = 22.19%
BLUE value IS 106 (41.80% from 255) = 28.34%
R=49.47%
G=22.19%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858310600.550.430.27346.4742.1552.55
HexB9536A0372B1B15a2a35
Octal27112315206753335325265
Binary1011100110100111101010011011110101111011101011010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9536A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9536A; }

 p { color: rgb(185,83,106); }

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

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

 a { background-color: rgb(185,83,106); }

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

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

 span { border-color: rgb(185,83,106); }

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