#B35A59

Color #B35A59 Fuzzy Wuzzy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuzzy Wuzzy Brown #B35A59

Tints of Fuzzy Wuzzy Brown #B35A59

Color information

#B35A59 (or 0xB35A59) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B3, 5A and 59. RGB value is (179,90,89). Sum of RGB (Red+Green+Blue) = 179+90+89=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35A59 is #4CA5A6. Grayscale: #747474. Windows color (decimal): -5023143 or 5855923. OLE color: 5855923.

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

Color convert

RGB1799089-
CMYK00.500.500.30
HSL0.67º37.19%52.55%-
HSV(B)0.67º50.28%70.2%-
XYZ24.0517.6211.58-
YUV116.5112.49172.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50%
GREEN value IS 90 (35.55% from 255) = 25.14%
BLUE value IS 89 (35.16% from 255) = 24.86%
R=50%
G=25.14%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179908900.500.500.300.6737.1952.55
HexB35A59032321E12535
Octal263132131062623614565
Binary10110011101101010110010110010110010111101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35A59; }

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

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

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

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

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

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

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

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