#B35E62

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

Shades of Blush #B35E62

Tints of Blush #B35E62

Color information

#B35E62 (or 0xB35E62) is unknown color: approx Blush. HEX triplet: B3, 5E and 62. RGB value is (179,94,98). Sum of RGB (Red+Green+Blue) = 179+94+98=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35E62 is #4CA19D. Grayscale: #777777. Windows color (decimal): -5022110 or 6446771. OLE color: 6446771.

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

Color convert

RGB1799498-
CMYK00.470.450.30
HSL357.18º35.86%53.53%-
HSV(B)357.18º47.49%70.2%-
XYZ24.818.4713.81-
YUV119.87115.66170.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.25%
GREEN value IS 94 (37.11% from 255) = 25.34%
BLUE value IS 98 (38.67% from 255) = 26.42%
R=48.25%
G=25.34%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179949800.470.450.30357.1835.8653.53
HexB35E6202F2D1E1652436
Octal26313614205755365454466
Binary1011001110111101100010010111110110111110101100101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35E62; }

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

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

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

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

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

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

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

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