#B35A62

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

Shades of Blush #B35A62

Tints of Blush #B35A62

Color information

#B35A62 (or 0xB35A62) is unknown color: approx Blush. HEX triplet: B3, 5A and 62. RGB value is (179,90,98). Sum of RGB (Red+Green+Blue) = 179+90+98=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35A62 is #4CA59D. Grayscale: #757575. Windows color (decimal): -5023134 or 6445747. OLE color: 6445747.

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

Color convert

RGB1799098-
CMYK00.500.450.30
HSL354.61º36.93%52.75%-
HSV(B)354.61º49.72%70.2%-
XYZ24.4517.7813.7-
YUV117.52116.99171.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.77%
GREEN value IS 90 (35.55% from 255) = 24.52%
BLUE value IS 98 (38.67% from 255) = 26.70%
R=48.77%
G=24.52%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179909800.500.450.30354.6136.9352.75
HexB35A620322D1E1632535
Octal26313214206255365434565
Binary1011001110110101100010011001010110111110101100011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35A62; }

 p { color: rgb(179,90,98); }

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

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

 a { background-color: rgb(179,90,98); }

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

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

 span { border-color: rgb(179,90,98); }

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