#B45E59

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

Shades of Fuzzy Wuzzy Brown #B45E59

Tints of Fuzzy Wuzzy Brown #B45E59

Color information

#B45E59 (or 0xB45E59) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B4, 5E and 59. RGB value is (180,94,89). Sum of RGB (Red+Green+Blue) = 180+94+89=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B45E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45E59 is #4BA1A6. Grayscale: #777777. Windows color (decimal): -4956583 or 5856948. OLE color: 5856948.

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

Color convert

RGB1809489-
CMYK00.480.510.29
HSL3.3º37.76%52.75%-
HSV(B)3.3º50.56%70.59%-
XYZ24.6318.4311.71-
YUV119.14110.99171.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.59%
GREEN value IS 94 (37.11% from 255) = 25.90%
BLUE value IS 89 (35.16% from 255) = 24.52%
R=49.59%
G=25.90%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180948900.480.510.293.337.7652.75
HexB45E59030331D32635
Octal264136131060633534665
Binary101101001011110101100101100001100111110111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45E59; }

 p { color: rgb(180,94,89); }

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

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

 a { background-color: rgb(180,94,89); }

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

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

 span { border-color: rgb(180,94,89); }

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