#B35E57

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

Shades of Fuzzy Wuzzy Brown #B35E57

Tints of Fuzzy Wuzzy Brown #B35E57

Color information

#B35E57 (or 0xB35E57) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B3, 5E and 57. RGB value is (179,94,87). Sum of RGB (Red+Green+Blue) = 179+94+87=360 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.72% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 87 (34.38% from 255 or 24.17% from 360); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35E57 is #4CA1A8. Grayscale: #767676. Windows color (decimal): -5022121 or 5725875. OLE color: 5725875.

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

Color convert

RGB1799487-
CMYK00.470.510.30
HSL4.57º37.7%52.16%-
HSV(B)4.57º51.4%70.2%-
XYZ24.3118.2811.26-
YUV118.62110.16171.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.72%
GREEN value IS 94 (37.11% from 255) = 26.11%
BLUE value IS 87 (34.38% from 255) = 24.17%
R=49.72%
G=26.11%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179948700.470.510.304.5737.752.16
HexB35E5702F331E52634
Octal263136127057633654664
Binary1011001110111101010111010111111001111110101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35E57; }

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

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

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

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

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

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

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

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