#B35957

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

Shades of Fuzzy Wuzzy Brown #B35957

Tints of Fuzzy Wuzzy Brown #B35957

Color information

#B35957 (or 0xB35957) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B3, 59 and 57. RGB value is (179,89,87). Sum of RGB (Red+Green+Blue) = 179+89+87=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B35957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35957 is #4CA6A8. Grayscale: #737373. Windows color (decimal): -5023401 or 5724595. OLE color: 5724595.

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

Color convert

RGB1798987-
CMYK00.500.510.30
HSL1.3º37.7%52.16%-
HSV(B)1.3º51.4%70.2%-
XYZ23.8817.4211.12-
YUV115.68111.82173.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.42%
GREEN value IS 89 (35.16% from 255) = 25.07%
BLUE value IS 87 (34.38% from 255) = 24.51%
R=50.42%
G=25.07%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179898700.500.510.301.337.752.16
HexB35957032331E12634
Octal263131127062633614664
Binary10110011101100110101110110010110011111101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35957; }

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

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

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

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

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

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

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

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