#B45E5B

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

Shades of Fuzzy Wuzzy Brown #B45E5B

Tints of Fuzzy Wuzzy Brown #B45E5B

Color information

#B45E5B (or 0xB45E5B) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B4, 5E and 5B. RGB value is (180,94,91). Sum of RGB (Red+Green+Blue) = 180+94+91=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B45E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45E5B is #4BA1A4. Grayscale: #777777. Windows color (decimal): -4956581 or 5988020. OLE color: 5988020.

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

Color convert

RGB1809491-
CMYK00.480.490.29
HSL2.02º37.24%53.14%-
HSV(B)2.02º49.44%70.59%-
XYZ24.7118.4612.16-
YUV119.37111.99171.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.32%
GREEN value IS 94 (37.11% from 255) = 25.75%
BLUE value IS 91 (35.94% from 255) = 24.93%
R=49.32%
G=25.75%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180949100.480.490.292.0237.2453.14
HexB45E5B030311D22535
Octal264136133060613524565
Binary101101001011110101101101100001100011110110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45E5B; }

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

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

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

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

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

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

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

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