#B9505C

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

Shades of Blush #B9505C

Tints of Blush #B9505C

Color information

#B9505C (or 0xB9505C) is unknown color: approx Blush. HEX triplet: B9, 50 and 5C. RGB value is (185,80,92). Sum of RGB (Red+Green+Blue) = 185+80+92=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B9505C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9505C is #46AFA3. Grayscale: #707070. Windows color (decimal): -4632484 or 6049977. OLE color: 6049977.

HSL color Cylindrical-coordinate representation of color #B9505C: hue angle of 353.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 #B9505C is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB1858092-
CMYK00.570.500.27
HSL353.14º42.86%51.96%-
HSV(B)353.14º56.76%72.55%-
XYZ24.8116.8212.07-
YUV112.76116.29179.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.82%
GREEN value IS 80 (31.64% from 255) = 22.41%
BLUE value IS 92 (36.33% from 255) = 25.77%
R=51.82%
G=22.41%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185809200.570.500.27353.1442.8651.96
HexB9505C039321B1612b34
Octal27112013407162335415364
Binary1011100110100001011100011100111001011011101100001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9505C; }

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

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

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

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

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

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

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

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