#B45C56

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

Shades of Fuzzy Wuzzy Brown #B45C56

Tints of Fuzzy Wuzzy Brown #B45C56

Color information

#B45C56 (or 0xB45C56) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B4, 5C and 56. RGB value is (180,92,86). Sum of RGB (Red+Green+Blue) = 180+92+86=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45C56 is #4BA3A9. Grayscale: #757575. Windows color (decimal): -4957098 or 5659828. OLE color: 5659828.

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

Color convert

RGB1809286-
CMYK00.490.520.29
HSL3.83º38.52%52.16%-
HSV(B)3.83º52.22%70.59%-
XYZ24.3318.0311-
YUV117.63110.15172.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.28%
GREEN value IS 92 (36.33% from 255) = 25.70%
BLUE value IS 86 (33.98% from 255) = 24.02%
R=50.28%
G=25.70%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180928600.490.520.293.8338.5252.16
HexB45C56031341D42734
Octal264134126061643544764
Binary1011010010111001010110011000111010011101100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45C56; }

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

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

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

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

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

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

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

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