#B55D5A

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

Shades of Fuzzy Wuzzy Brown #B55D5A

Tints of Fuzzy Wuzzy Brown #B55D5A

Color information

#B55D5A (or 0xB55D5A) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B5, 5D and 5A. RGB value is (181,93,90). Sum of RGB (Red+Green+Blue) = 181+93+90=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55D5A is #4AA2A5. Grayscale: #777777. Windows color (decimal): -4891302 or 5922229. OLE color: 5922229.

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

Color convert

RGB1819390-
CMYK00.490.500.29
HSL1.98º38.08%53.14%-
HSV(B)1.98º50.28%70.98%-
XYZ24.8218.3911.91-
YUV118.97111.65172.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.73%
GREEN value IS 93 (36.72% from 255) = 25.55%
BLUE value IS 90 (35.55% from 255) = 24.73%
R=49.73%
G=25.55%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181939000.490.500.291.9838.0853.14
HexB55D5A031321D22635
Octal265135132061623524665
Binary101101011011101101101001100011100101110110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55D5A; }

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

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

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

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

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

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

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

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