#B35755

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

Shades of Fuzzy Wuzzy Brown #B35755

Tints of Fuzzy Wuzzy Brown #B35755

Color information

#B35755 (or 0xB35755) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B3, 57 and 55. RGB value is (179,87,85). Sum of RGB (Red+Green+Blue) = 179+87+85=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B35755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35755 is #4CA8AA. Grayscale: #727272. Windows color (decimal): -5023915 or 5593011. OLE color: 5593011.

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

Color convert

RGB1798785-
CMYK00.510.530.30
HSL1.28º38.21%51.76%-
HSV(B)1.28º52.51%70.2%-
XYZ23.6417.0610.64-
YUV114.28111.48174.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.00%
GREEN value IS 87 (34.38% from 255) = 24.79%
BLUE value IS 85 (33.59% from 255) = 24.22%
R=51.00%
G=24.79%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179878500.510.530.301.2838.2151.76
HexB35755033351E12634
Octal263127125063653614664
Binary10110011101011110101010110011110101111101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35755; }

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

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

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

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

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

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

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

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