#B95561

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

Shades of Blush #B95561

Tints of Blush #B95561

Color information

#B95561 (or 0xB95561) is unknown color: approx Blush. HEX triplet: B9, 55 and 61. RGB value is (185,85,97). Sum of RGB (Red+Green+Blue) = 185+85+97=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B95561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95561 is #46AA9E. Grayscale: #747474. Windows color (decimal): -4631199 or 6378937. OLE color: 6378937.

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

Color convert

RGB1858597-
CMYK00.540.480.27
HSL352.8º41.67%52.94%-
HSV(B)352.8º54.05%72.55%-
XYZ25.4117.6713.38-
YUV116.27117.13177.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.41%
GREEN value IS 85 (33.59% from 255) = 23.16%
BLUE value IS 97 (38.28% from 255) = 26.43%
R=50.41%
G=23.16%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185859700.540.480.27352.841.6752.94
HexB95561036301B1612a35
Octal27112514106660335415265
Binary1011100110101011100001011011011000011011101100001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95561; }

 p { color: rgb(185,85,97); }

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

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

 a { background-color: rgb(185,85,97); }

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

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

 span { border-color: rgb(185,85,97); }

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