#B35763

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

Shades of Blush #B35763

Tints of Blush #B35763

Color information

#B35763 (or 0xB35763) is unknown color: approx Blush. HEX triplet: B3, 57 and 63. RGB value is (179,87,99). Sum of RGB (Red+Green+Blue) = 179+87+99=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B35763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35763 is #4CA89C. Grayscale: #737373. Windows color (decimal): -5023901 or 6510515. OLE color: 6510515.

HSL color Cylindrical-coordinate representation of color #B35763: hue angle of 352.17º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B35763 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB1798799-
CMYK00.510.450.30
HSL352.17º37.7%52.16%-
HSV(B)352.17º51.4%70.2%-
XYZ24.2517.313.87-
YUV115.88118.48173.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.04%
GREEN value IS 87 (34.38% from 255) = 23.84%
BLUE value IS 99 (39.06% from 255) = 27.12%
R=49.04%
G=23.84%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179879900.510.450.30352.1737.752.16
HexB357630332D1E1602634
Octal26312714306355365404664
Binary1011001110101111100011011001110110111110101100000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35763; }

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

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

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

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

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

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

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

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