#B55959

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

Shades of Fuzzy Wuzzy Brown #B55959

Tints of Fuzzy Wuzzy Brown #B55959

Color information

#B55959 (or 0xB55959) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B5, 59 and 59. RGB value is (181,89,89). Sum of RGB (Red+Green+Blue) = 181+89+89=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B55959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55959 is #4AA6A6. Grayscale: #747474. Windows color (decimal): -4892327 or 5855669. OLE color: 5855669.

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

Color convert

RGB1818989-
CMYK00.510.510.29
HSL38.33%52.94%-
HSV(B)50.83%70.98%-
XYZ24.4317.6911.58-
YUV116.51112.48174-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.42%
GREEN value IS 89 (35.16% from 255) = 24.79%
BLUE value IS 89 (35.16% from 255) = 24.79%
R=50.42%
G=24.79%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181898900.510.510.29038.3352.94
HexB55959033331D02635
Octal265131131063633504665
Binary10110101101100110110010110011110011111010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55959; }

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

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

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

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

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

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

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

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