#B45A56

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

Shades of Fuzzy Wuzzy Brown #B45A56

Tints of Fuzzy Wuzzy Brown #B45A56

Color information

#B45A56 (or 0xB45A56) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B4, 5A and 56. RGB value is (180,90,86). Sum of RGB (Red+Green+Blue) = 180+90+86=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45A56 is #4BA5A9. Grayscale: #747474. Windows color (decimal): -4957610 or 5659316. OLE color: 5659316.

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

Color convert

RGB1809086-
CMYK00.500.520.29
HSL2.55º38.52%52.16%-
HSV(B)2.55º52.22%70.59%-
XYZ24.1617.6910.94-
YUV116.45110.82173.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.56%
GREEN value IS 90 (35.55% from 255) = 25.28%
BLUE value IS 86 (33.98% from 255) = 24.16%
R=50.56%
G=25.28%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180908600.500.520.292.5538.5252.16
HexB45A56032341D32734
Octal264132126062643534764
Binary101101001011010101011001100101101001110111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45A56; }

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

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

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

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

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

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

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

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