#B45956

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

Shades of Fuzzy Wuzzy Brown #B45956

Tints of Fuzzy Wuzzy Brown #B45956

Color information

#B45956 (or 0xB45956) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B4, 59 and 56. RGB value is (180,89,86). Sum of RGB (Red+Green+Blue) = 180+89+86=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B45956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45956 is #4BA6A9. Grayscale: #737373. Windows color (decimal): -4957866 or 5659060. OLE color: 5659060.

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

Color convert

RGB1808986-
CMYK00.510.520.29
HSL1.91º38.52%52.16%-
HSV(B)1.91º52.22%70.59%-
XYZ24.0717.5210.92-
YUV115.87111.15173.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.70%
GREEN value IS 89 (35.16% from 255) = 25.07%
BLUE value IS 86 (33.98% from 255) = 24.23%
R=50.70%
G=25.07%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180898600.510.520.291.9138.5252.16
HexB45956033341D22734
Octal264131126063643524764
Binary101101001011001101011001100111101001110110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45956; }

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

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

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

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

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

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

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

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