#B55D5B

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

Shades of Fuzzy Wuzzy Brown #B55D5B

Tints of Fuzzy Wuzzy Brown #B55D5B

Color information

#B55D5B (or 0xB55D5B) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B5, 5D and 5B. RGB value is (181,93,91). Sum of RGB (Red+Green+Blue) = 181+93+91=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55D5B is #4AA2A4. Grayscale: #777777. Windows color (decimal): -4891301 or 5987765. OLE color: 5987765.

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

Color convert

RGB1819391-
CMYK00.490.500.29
HSL1.33º37.82%53.33%-
HSV(B)1.33º49.72%70.98%-
XYZ24.8618.4112.14-
YUV119.08112.15172.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.59%
GREEN value IS 93 (36.72% from 255) = 25.48%
BLUE value IS 91 (35.94% from 255) = 24.93%
R=49.59%
G=25.48%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181939100.490.500.291.3337.8253.33
HexB55D5B031321D12635
Octal265135133061623514665
Binary10110101101110110110110110001110010111011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55D5B; }

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

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

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

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

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

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

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

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