#B35D5E

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

Shades of Blush #B35D5E

Tints of Blush #B35D5E

Color information

#B35D5E (or 0xB35D5E) is unknown color: approx Blush. HEX triplet: B3, 5D and 5E. RGB value is (179,93,94). Sum of RGB (Red+Green+Blue) = 179+93+94=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B35D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35D5E is #4CA2A1. Grayscale: #767676. Windows color (decimal): -5022370 or 6184371. OLE color: 6184371.

HSL color Cylindrical-coordinate representation of color #B35D5E: hue angle of 359.3º 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 #B35D5E is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB1799394-
CMYK00.480.470.30
HSL359.3º36.13%53.33%-
HSV(B)359.3º48.04%70.2%-
XYZ24.5318.2212.81-
YUV118.83113.99170.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.91%
GREEN value IS 93 (36.72% from 255) = 25.41%
BLUE value IS 94 (37.11% from 255) = 25.68%
R=48.91%
G=25.41%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179939400.480.470.30359.336.1353.33
HexB35D5E0302F1E1672435
Octal26313513606057365474465
Binary1011001110111011011110011000010111111110101100111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35D5E; }

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

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

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

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

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

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

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

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