#B55D57

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

Shades of Fuzzy Wuzzy Brown #B55D57

Tints of Fuzzy Wuzzy Brown #B55D57

Color information

#B55D57 (or 0xB55D57) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B5, 5D and 57. RGB value is (181,93,87). Sum of RGB (Red+Green+Blue) = 181+93+87=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55D57 is #4AA2A8. Grayscale: #767676. Windows color (decimal): -4891305 or 5725621. OLE color: 5725621.

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

Color convert

RGB1819387-
CMYK00.490.520.29
HSL3.83º38.84%52.55%-
HSV(B)3.83º51.93%70.98%-
XYZ24.6918.3411.26-
YUV118.63110.15172.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.14%
GREEN value IS 93 (36.72% from 255) = 25.76%
BLUE value IS 87 (34.38% from 255) = 24.10%
R=50.14%
G=25.76%
B=24.10%

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
Decimal181938700.490.520.293.8338.8452.55
HexB55D57031341D42735
Octal265135127061643544765
Binary1011010110111011010111011000111010011101100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55D57; }

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

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

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

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

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

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

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

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