#b55e5e

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

Shades of Fuzzy Wuzzy Brown #B55E5E

Tints of Fuzzy Wuzzy Brown #B55E5E

Color information

#B55E5E (or 0xB55E5E) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B5, 5E and 5E. RGB value is (181,94,94). Sum of RGB (Red+Green+Blue) = 181+94+94=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55E5E is #4AA1A1. Grayscale: #787878. Windows color (decimal): -4891042 or 6184629. OLE color: 6184629.

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

Color convert

RGB1819494-
CMYK00.480.480.29
HSL37.02%53.92%-
HSV(B)48.07%70.98%-
XYZ25.0818.6412.87-
YUV120.01113.32171.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.05%
GREEN value IS 94 (37.11% from 255) = 25.47%
BLUE value IS 94 (37.11% from 255) = 25.47%
R=49.05%
G=25.47%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181949400.480.480.29037.0253.92
HexB55E5E030301D02536
Octal265136136060603504566
Binary10110101101111010111100110000110000111010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b55e5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b55e5e; }

 p { color: rgb(181,94,94); }

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

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

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

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

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

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

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