#B55D56

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

Shades of Fuzzy Wuzzy Brown #B55D56

Tints of Fuzzy Wuzzy Brown #B55D56

Color information

#B55D56 (or 0xB55D56) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B5, 5D and 56. RGB value is (181,93,86). Sum of RGB (Red+Green+Blue) = 181+93+86=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55D56 is #4AA2A9. Grayscale: #767676. Windows color (decimal): -4891306 or 5660085. OLE color: 5660085.

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

Color convert

RGB1819386-
CMYK00.490.520.29
HSL4.42º39.09%52.35%-
HSV(B)4.42º52.49%70.98%-
XYZ24.6518.3211.04-
YUV118.51109.65172.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.28%
GREEN value IS 93 (36.72% from 255) = 25.83%
BLUE value IS 86 (33.98% from 255) = 23.89%
R=50.28%
G=25.83%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181938600.490.520.294.4239.0952.35
HexB55D56031341D42734
Octal265135126061643544764
Binary1011010110111011010110011000111010011101100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55D56; }

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

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

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

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

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

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

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

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