#B15959

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

Shades of Fuzzy Wuzzy Brown #B15959

Tints of Fuzzy Wuzzy Brown #B15959

Color information

#B15959 (or 0xB15959) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B1, 59 and 59. RGB value is (177,89,89). Sum of RGB (Red+Green+Blue) = 177+89+89=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B15959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15959 is #4EA6A6. Grayscale: #737373. Windows color (decimal): -5154471 or 5855665. OLE color: 5855665.

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

Color convert

RGB1778989-
CMYK00.500.500.31
HSL36.07%52.16%-
HSV(B)49.72%69.41%-
XYZ23.5117.2111.53-
YUV115.31113.15172-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.86%
GREEN value IS 89 (35.16% from 255) = 25.07%
BLUE value IS 89 (35.16% from 255) = 25.07%
R=49.86%
G=25.07%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177898900.500.500.31036.0752.16
HexB15959032321F02434
Octal261131131062623704464
Binary10110001101100110110010110010110010111110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15959; }

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

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

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

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

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

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

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

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