#B35D63

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

Shades of Blush #B35D63

Tints of Blush #B35D63

Color information

#B35D63 (or 0xB35D63) is unknown color: approx Blush. HEX triplet: B3, 5D and 63. RGB value is (179,93,99). Sum of RGB (Red+Green+Blue) = 179+93+99=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B35D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35D63 is #4CA29C. Grayscale: #777777. Windows color (decimal): -5022365 or 6512051. OLE color: 6512051.

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

Color convert

RGB1799399-
CMYK00.480.450.30
HSL355.81º36.13%53.33%-
HSV(B)355.81º48.04%70.2%-
XYZ24.7618.3114.03-
YUV119.4116.49170.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.25%
GREEN value IS 93 (36.72% from 255) = 25.07%
BLUE value IS 99 (39.06% from 255) = 26.68%
R=48.25%
G=25.07%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179939900.480.450.30355.8136.1353.33
HexB35D630302D1E1642435
Octal26313514306055365444465
Binary1011001110111011100011011000010110111110101100100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35D63; }

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

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

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

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

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

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

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

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