#B55555

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

Shades of Fuzzy Wuzzy Brown #B55555

Tints of Fuzzy Wuzzy Brown #B55555

Color information

#B55555 (or 0xB55555) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B5, 55 and 55. RGB value is (181,85,85). Sum of RGB (Red+Green+Blue) = 181+85+85=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B55555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55555 is #4AAAAA. Grayscale: #717171. Windows color (decimal): -4893355 or 5592501. OLE color: 5592501.

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

Color convert

RGB1818585-
CMYK00.530.530.29
HSL39.34%52.16%-
HSV(B)53.04%70.98%-
XYZ23.9416.9810.61-
YUV113.7111.8176-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.57%
GREEN value IS 85 (33.59% from 255) = 24.22%
BLUE value IS 85 (33.59% from 255) = 24.22%
R=51.57%
G=24.22%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181858500.530.530.29039.3452.16
HexB55555035351D02734
Octal265125125065653504764
Binary10110101101010110101010110101110101111010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55555; }

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

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

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

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

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

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

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

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