#B15A59

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

Shades of Fuzzy Wuzzy Brown #B15A59

Tints of Fuzzy Wuzzy Brown #B15A59

Color information

#B15A59 (or 0xB15A59) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B1, 5A and 59. RGB value is (177,90,89). Sum of RGB (Red+Green+Blue) = 177+90+89=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15A59 is #4EA5A6. Grayscale: #737373. Windows color (decimal): -5154215 or 5855921. OLE color: 5855921.

HSL color Cylindrical-coordinate representation of color #B15A59: hue angle of 0.68º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B15A59 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB1779089-
CMYK00.490.500.31
HSL0.68º36.07%52.16%-
HSV(B)0.68º49.72%69.41%-
XYZ23.5917.3811.56-
YUV115.9112.82171.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.72%
GREEN value IS 90 (35.55% from 255) = 25.28%
BLUE value IS 89 (35.16% from 255) = 25%
R=49.72%
G=25.28%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177908900.490.500.310.6836.0752.16
HexB15A59031321F12434
Octal261132131061623714464
Binary10110001101101010110010110001110010111111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15A59; }

 p { color: rgb(177,90,89); }

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

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

 a { background-color: rgb(177,90,89); }

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

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

 span { border-color: rgb(177,90,89); }

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