#B95A53

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

Shades of Fuzzy Wuzzy Brown #B95A53

Tints of Fuzzy Wuzzy Brown #B95A53

Color information

#B95A53 (or 0xB95A53) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B9, 5A and 53. RGB value is (185,90,83). Sum of RGB (Red+Green+Blue) = 185+90+83=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95A53 is #46A5AC. Grayscale: #757575. Windows color (decimal): -4629933 or 5462713. OLE color: 5462713.

HSL color Cylindrical-coordinate representation of color #B95A53: hue angle of 4.12º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B95A53 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB1859083-
CMYK00.510.550.27
HSL4.12º42.15%52.55%-
HSV(B)4.12º55.14%72.55%-
XYZ25.2318.2510.38-
YUV117.61108.47176.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.68%
GREEN value IS 90 (35.55% from 255) = 25.14%
BLUE value IS 83 (32.81% from 255) = 23.18%
R=51.68%
G=25.14%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185908300.510.550.274.1242.1552.55
HexB95A53033371B42a35
Octal271132123063673345265
Binary1011100110110101010011011001111011111011100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95A53; }

 p { color: rgb(185,90,83); }

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

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

 a { background-color: rgb(185,90,83); }

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

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

 span { border-color: rgb(185,90,83); }

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