#B45E57

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

Shades of Fuzzy Wuzzy Brown #B45E57

Tints of Fuzzy Wuzzy Brown #B45E57

Color information

#B45E57 (or 0xB45E57) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B4, 5E and 57. RGB value is (180,94,87). Sum of RGB (Red+Green+Blue) = 180+94+87=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B45E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45E57 is #4BA1A8. Grayscale: #777777. Windows color (decimal): -4956585 or 5725876. OLE color: 5725876.

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

Color convert

RGB1809487-
CMYK00.480.520.29
HSL4.52º38.27%52.35%-
HSV(B)4.52º51.67%70.59%-
XYZ24.5518.411.27-
YUV118.92109.99171.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.86%
GREEN value IS 94 (37.11% from 255) = 26.04%
BLUE value IS 87 (34.38% from 255) = 24.10%
R=49.86%
G=26.04%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180948700.480.520.294.5238.2752.35
HexB45E57030341D52634
Octal264136127060643554664
Binary1011010010111101010111011000011010011101101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45E57; }

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

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

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

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

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

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

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

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