#B9505D

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

Shades of Blush #B9505D

Tints of Blush #B9505D

Color information

#B9505D (or 0xB9505D) is unknown color: approx Blush. HEX triplet: B9, 50 and 5D. RGB value is (185,80,93). Sum of RGB (Red+Green+Blue) = 185+80+93=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B9505D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9505D is #46AFA2. Grayscale: #707070. Windows color (decimal): -4632483 or 6115513. OLE color: 6115513.

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

Color convert

RGB1858093-
CMYK00.570.500.27
HSL352.57º42.86%51.96%-
HSV(B)352.57º56.76%72.55%-
XYZ24.8516.8412.3-
YUV112.88116.79179.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.68%
GREEN value IS 80 (31.64% from 255) = 22.35%
BLUE value IS 93 (36.72% from 255) = 25.98%
R=51.68%
G=22.35%
B=25.98%

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
Decimal185809300.570.500.27352.5742.8651.96
HexB9505D039321B1612b34
Octal27112013507162335415364
Binary1011100110100001011101011100111001011011101100001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9505D; }

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

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

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

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

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

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

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

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