#B35460

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

Shades of Blush #B35460

Tints of Blush #B35460

Color information

#B35460 (or 0xB35460) is unknown color: approx Blush. HEX triplet: B3, 54 and 60. RGB value is (179,84,96). Sum of RGB (Red+Green+Blue) = 179+84+96=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B35460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35460 is #4CAB9F. Grayscale: #717171. Windows color (decimal): -5024672 or 6313139. OLE color: 6313139.

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

Color convert

RGB1798496-
CMYK00.530.460.30
HSL352.42º38.46%51.57%-
HSV(B)352.42º53.07%70.2%-
XYZ23.8716.7713.04-
YUV113.77117.97174.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.86%
GREEN value IS 84 (33.20% from 255) = 23.40%
BLUE value IS 96 (37.89% from 255) = 26.74%
R=49.86%
G=23.40%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179849600.530.460.30352.4238.4651.57
HexB354600352E1E1602634
Octal26312414006556365404664
Binary1011001110101001100000011010110111011110101100000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35460; }

 p { color: rgb(179,84,96); }

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

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

 a { background-color: rgb(179,84,96); }

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

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

 span { border-color: rgb(179,84,96); }

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