#B55E5A

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

Shades of Fuzzy Wuzzy Brown #B55E5A

Tints of Fuzzy Wuzzy Brown #B55E5A

Color information

#B55E5A (or 0xB55E5A) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B5, 5E and 5A. RGB value is (181,94,90). Sum of RGB (Red+Green+Blue) = 181+94+90=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55E5A is #4AA1A5. Grayscale: #777777. Windows color (decimal): -4891046 or 5922485. OLE color: 5922485.

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

Color convert

RGB1819490-
CMYK00.480.500.29
HSL2.64º38.08%53.14%-
HSV(B)2.64º50.28%70.98%-
XYZ24.918.5711.94-
YUV119.56111.32171.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.59%
GREEN value IS 94 (37.11% from 255) = 25.75%
BLUE value IS 90 (35.55% from 255) = 24.66%
R=49.59%
G=25.75%
B=24.66%

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
Decimal181949000.480.500.292.6438.0853.14
HexB55E5A030321D32635
Octal265136132060623534665
Binary101101011011110101101001100001100101110111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55E5A; }

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

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

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

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

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

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

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

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