#B35856

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

Shades of Fuzzy Wuzzy Brown #B35856

Tints of Fuzzy Wuzzy Brown #B35856

Color information

#B35856 (or 0xB35856) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B3, 58 and 56. RGB value is (179,88,86). Sum of RGB (Red+Green+Blue) = 179+88+86=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B35856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35856 is #4CA7A9. Grayscale: #737373. Windows color (decimal): -5023658 or 5658803. OLE color: 5658803.

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

Color convert

RGB1798886-
CMYK00.510.520.30
HSL1.29º37.96%51.96%-
HSV(B)1.29º51.96%70.2%-
XYZ23.7617.2410.88-
YUV114.98111.65173.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.71%
GREEN value IS 88 (34.77% from 255) = 24.93%
BLUE value IS 86 (33.98% from 255) = 24.36%
R=50.71%
G=24.93%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179888600.510.520.301.2937.9651.96
HexB35856033341E12634
Octal263130126063643614664
Binary10110011101100010101100110011110100111101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35856; }

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

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

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

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

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

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

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

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