#B95763

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

Shades of Blush #B95763

Tints of Blush #B95763

Color information

#B95763 (or 0xB95763) is unknown color: approx Blush. HEX triplet: B9, 57 and 63. RGB value is (185,87,99). Sum of RGB (Red+Green+Blue) = 185+87+99=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B95763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95763 is #46A89C. Grayscale: #757575. Windows color (decimal): -4630685 or 6510521. OLE color: 6510521.

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

Color convert

RGB1858799-
CMYK00.530.460.27
HSL352.65º41.18%53.33%-
HSV(B)352.65º52.97%72.55%-
XYZ25.6718.0313.93-
YUV117.67117.47176.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.87%
GREEN value IS 87 (34.38% from 255) = 23.45%
BLUE value IS 99 (39.06% from 255) = 26.68%
R=49.87%
G=23.45%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185879900.530.460.27352.6541.1853.33
HexB957630352E1B1612935
Octal27112714306556335415165
Binary1011100110101111100011011010110111011011101100001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95763; }

 p { color: rgb(185,87,99); }

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

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

 a { background-color: rgb(185,87,99); }

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

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

 span { border-color: rgb(185,87,99); }

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