#B55754

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

Shades of Fuzzy Wuzzy Brown #B55754

Tints of Fuzzy Wuzzy Brown #B55754

Color information

#B55754 (or 0xB55754) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B5, 57 and 54. RGB value is (181,87,84). Sum of RGB (Red+Green+Blue) = 181+87+84=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B55754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55754 is #4AA8AB. Grayscale: #727272. Windows color (decimal): -4892844 or 5527477. OLE color: 5527477.

HSL color Cylindrical-coordinate representation of color #B55754: hue angle of 1.86º 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 #B55754 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB1818784-
CMYK00.520.540.29
HSL1.86º39.59%51.96%-
HSV(B)1.86º53.59%70.98%-
XYZ24.0617.2810.45-
YUV114.76110.64175.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.42%
GREEN value IS 87 (34.38% from 255) = 24.72%
BLUE value IS 84 (33.20% from 255) = 23.86%
R=51.42%
G=24.72%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181878400.520.540.291.8639.5951.96
HexB55754034361D22834
Octal265127124064663525064
Binary101101011010111101010001101001101101110110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55754; }

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

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

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

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

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

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

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

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