#B35D5D

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

Shades of Fuzzy Wuzzy Brown #B35D5D

Tints of Fuzzy Wuzzy Brown #B35D5D

Color information

#B35D5D (or 0xB35D5D) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B3, 5D and 5D. RGB value is (179,93,93). Sum of RGB (Red+Green+Blue) = 179+93+93=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B35D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35D5D is #4CA2A2. Grayscale: #767676. Windows color (decimal): -5022371 or 6118835. OLE color: 6118835.

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

Color convert

RGB1799393-
CMYK00.480.480.30
HSL36.13%53.33%-
HSV(B)48.04%70.2%-
XYZ24.4818.212.58-
YUV118.71113.49171-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.04%
GREEN value IS 93 (36.72% from 255) = 25.48%
BLUE value IS 93 (36.72% from 255) = 25.48%
R=49.04%
G=25.48%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179939300.480.480.30036.1353.33
HexB35D5D030301E02435
Octal263135135060603604465
Binary10110011101110110111010110000110000111100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35D5D; }

 p { color: rgb(179,93,93); }

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

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

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

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

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

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

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