#B55C5A

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

Shades of Fuzzy Wuzzy Brown #B55C5A

Tints of Fuzzy Wuzzy Brown #B55C5A

Color information

#B55C5A (or 0xB55C5A) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B5, 5C and 5A. RGB value is (181,92,90). Sum of RGB (Red+Green+Blue) = 181+92+90=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55C5A is #4AA3A5. Grayscale: #767676. Windows color (decimal): -4891558 or 5921973. OLE color: 5921973.

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

Color convert

RGB1819290-
CMYK00.490.500.29
HSL1.32º38.08%53.14%-
HSV(B)1.32º50.28%70.98%-
XYZ24.7318.2211.89-
YUV118.38111.99172.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.86%
GREEN value IS 92 (36.33% from 255) = 25.34%
BLUE value IS 90 (35.55% from 255) = 24.79%
R=49.86%
G=25.34%
B=24.79%

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
Decimal181929000.490.500.291.3238.0853.14
HexB55C5A031321D12635
Octal265134132061623514665
Binary10110101101110010110100110001110010111011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55C5A; }

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

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

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

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

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

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

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

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