#B9506A

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

Shades of Blush #B9506A

Tints of Blush #B9506A

Color information

#B9506A (or 0xB9506A) is unknown color: approx Blush. HEX triplet: B9, 50 and 6A. RGB value is (185,80,106). Sum of RGB (Red+Green+Blue) = 185+80+106=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B9506A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9506A is #46AF95. Grayscale: #727272. Windows color (decimal): -4632470 or 6967481. OLE color: 6967481.

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

Color convert

RGB18580106-
CMYK00.570.430.27
HSL345.14º42.86%51.96%-
HSV(B)345.14º56.76%72.55%-
XYZ25.4817.0915.59-
YUV114.36123.29178.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.87%
GREEN value IS 80 (31.64% from 255) = 21.56%
BLUE value IS 106 (41.80% from 255) = 28.57%
R=49.87%
G=21.56%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858010600.570.430.27345.1442.8651.96
HexB9506A0392B1B1592b34
Octal27112015207153335315364
Binary1011100110100001101010011100110101111011101011001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9506A; }

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

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

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

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

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

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

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

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