#B35A56

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

Shades of Fuzzy Wuzzy Brown #B35A56

Tints of Fuzzy Wuzzy Brown #B35A56

Color information

#B35A56 (or 0xB35A56) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B3, 5A and 56. RGB value is (179,90,86). Sum of RGB (Red+Green+Blue) = 179+90+86=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35A56 is #4CA5A9. Grayscale: #747474. Windows color (decimal): -5023146 or 5659315. OLE color: 5659315.

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

Color convert

RGB1799086-
CMYK00.500.520.30
HSL2.58º37.96%51.96%-
HSV(B)2.58º51.96%70.2%-
XYZ23.9317.5710.93-
YUV116.16110.99172.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.42%
GREEN value IS 90 (35.55% from 255) = 25.35%
BLUE value IS 86 (33.98% from 255) = 24.23%
R=50.42%
G=25.35%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179908600.500.520.302.5837.9651.96
HexB35A56032341E32634
Octal263132126062643634664
Binary101100111011010101011001100101101001111011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35A56; }

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

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

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

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

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

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

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

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