#B55A59

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

Shades of Fuzzy Wuzzy Brown #B55A59

Tints of Fuzzy Wuzzy Brown #B55A59

Color information

#B55A59 (or 0xB55A59) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B5, 5A and 59. RGB value is (181,90,89). Sum of RGB (Red+Green+Blue) = 181+90+89=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55A59 is #4AA5A6. Grayscale: #757575. Windows color (decimal): -4892071 or 5855925. OLE color: 5855925.

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

Color convert

RGB1819089-
CMYK00.500.510.29
HSL0.65º38.33%52.94%-
HSV(B)0.65º50.83%70.98%-
XYZ24.5217.8611.61-
YUV117.1112.15173.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.28%
GREEN value IS 90 (35.55% from 255) = 25%
BLUE value IS 89 (35.16% from 255) = 24.72%
R=50.28%
G=25%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181908900.500.510.290.6538.3352.94
HexB55A59032331D12635
Octal265132131062633514665
Binary10110101101101010110010110010110011111011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55A59; }

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

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

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

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

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

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

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

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