#b55756

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

Shades of Fuzzy Wuzzy Brown #B55756

Tints of Fuzzy Wuzzy Brown #B55756

Color information

#B55756 (or 0xB55756) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B5, 57 and 56. RGB value is (181,87,86). Sum of RGB (Red+Green+Blue) = 181+87+86=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B55756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55756 is #4AA8A9. Grayscale: #737373. Windows color (decimal): -4892842 or 5658549. OLE color: 5658549.

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

Color convert

RGB1818786-
CMYK00.520.520.29
HSL0.63º39.09%52.35%-
HSV(B)0.63º52.49%70.98%-
XYZ24.1417.3110.87-
YUV114.99111.64175.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.13%
GREEN value IS 87 (34.38% from 255) = 24.58%
BLUE value IS 86 (33.98% from 255) = 24.29%
R=51.13%
G=24.58%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181878600.520.520.290.6339.0952.35
HexB55756034341D12734
Octal265127126064643514764
Binary10110101101011110101100110100110100111011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b55756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b55756; }

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

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

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

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

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

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

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

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