#B55954

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

Shades of Fuzzy Wuzzy Brown #B55954

Tints of Fuzzy Wuzzy Brown #B55954

Color information

#B55954 (or 0xB55954) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B5, 59 and 54. RGB value is (181,89,84). Sum of RGB (Red+Green+Blue) = 181+89+84=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B55954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55954 is #4AA6AB. Grayscale: #747474. Windows color (decimal): -4892332 or 5527989. OLE color: 5527989.

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

Color convert

RGB1818984-
CMYK00.510.540.29
HSL3.09º39.59%51.96%-
HSV(B)3.09º53.59%70.98%-
XYZ24.2317.6110.51-
YUV115.94109.98174.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.13%
GREEN value IS 89 (35.16% from 255) = 25.14%
BLUE value IS 84 (33.20% from 255) = 23.73%
R=51.13%
G=25.14%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181898400.510.540.293.0939.5951.96
HexB55954033361D32834
Octal265131124063663535064
Binary101101011011001101010001100111101101110111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55954; }

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

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

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

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

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

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

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

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