#B95E57

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

Shades of Fuzzy Wuzzy Brown #B95E57

Tints of Fuzzy Wuzzy Brown #B95E57

Color information

#B95E57 (or 0xB95E57) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B9, 5E and 57. RGB value is (185,94,87). Sum of RGB (Red+Green+Blue) = 185+94+87=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95E57 is #46A1A8. Grayscale: #787878. Windows color (decimal): -4628905 or 5725881. OLE color: 5725881.

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

Color convert

RGB1859487-
CMYK00.490.530.27
HSL4.29º41.18%53.33%-
HSV(B)4.29º52.97%72.55%-
XYZ25.7319.0111.33-
YUV120.41109.15174.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.55%
GREEN value IS 94 (37.11% from 255) = 25.68%
BLUE value IS 87 (34.38% from 255) = 23.77%
R=50.55%
G=25.68%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185948700.490.530.274.2941.1853.33
HexB95E57031351B42935
Octal271136127061653345165
Binary1011100110111101010111011000111010111011100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95E57; }

 p { color: rgb(185,94,87); }

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

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

 a { background-color: rgb(185,94,87); }

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

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

 span { border-color: rgb(185,94,87); }

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