#B55E5B

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

Shades of Fuzzy Wuzzy Brown #B55E5B

Tints of Fuzzy Wuzzy Brown #B55E5B

Color information

#B55E5B (or 0xB55E5B) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B5, 5E and 5B. RGB value is (181,94,91). Sum of RGB (Red+Green+Blue) = 181+94+91=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55E5B is #4AA1A4. Grayscale: #777777. Windows color (decimal): -4891045 or 5988021. OLE color: 5988021.

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

Color convert

RGB1819491-
CMYK00.480.500.29
HSL37.82%53.33%-
HSV(B)49.72%70.98%-
XYZ24.9518.5812.17-
YUV119.67111.82171.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.45%
GREEN value IS 94 (37.11% from 255) = 25.68%
BLUE value IS 91 (35.94% from 255) = 24.86%
R=49.45%
G=25.68%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181949100.480.500.29237.8253.33
HexB55E5B030321D22635
Octal265136133060623524665
Binary101101011011110101101101100001100101110110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55E5B; }

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

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

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

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

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

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

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

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