#B45D5A

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

Shades of Fuzzy Wuzzy Brown #B45D5A

Tints of Fuzzy Wuzzy Brown #B45D5A

Color information

#B45D5A (or 0xB45D5A) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B4, 5D and 5A. RGB value is (180,93,90). Sum of RGB (Red+Green+Blue) = 180+93+90=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45D5A is #4BA2A5. Grayscale: #767676. Windows color (decimal): -4956838 or 5922228. OLE color: 5922228.

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

Color convert

RGB1809390-
CMYK00.480.500.29
HSL37.5%52.94%-
HSV(B)50%70.59%-
XYZ24.5818.2711.9-
YUV118.67111.82171.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.59%
GREEN value IS 93 (36.72% from 255) = 25.62%
BLUE value IS 90 (35.55% from 255) = 24.79%
R=49.59%
G=25.62%
B=24.79%

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
Decimal180939000.480.500.29237.552.94
HexB45D5A030321D22635
Octal264135132060623524665
Binary101101001011101101101001100001100101110110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45D5A; }

 p { color: rgb(180,93,90); }

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

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

 a { background-color: rgb(180,93,90); }

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

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

 span { border-color: rgb(180,93,90); }

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