#B65D56

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

Shades of Fuzzy Wuzzy Brown #B65D56

Tints of Fuzzy Wuzzy Brown #B65D56

Color information

#B65D56 (or 0xB65D56) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B6, 5D and 56. RGB value is (182,93,86). Sum of RGB (Red+Green+Blue) = 182+93+86=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B65D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65D56 is #49A2A9. Grayscale: #767676. Windows color (decimal): -4825770 or 5660086. OLE color: 5660086.

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

Color convert

RGB1829386-
CMYK00.490.530.29
HSL4.38º39.67%52.55%-
HSV(B)4.38º52.75%71.37%-
XYZ24.8918.4511.05-
YUV118.81109.49173.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.42%
GREEN value IS 93 (36.72% from 255) = 25.76%
BLUE value IS 86 (33.98% from 255) = 23.82%
R=50.42%
G=25.76%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182938600.490.530.294.3839.6752.55
HexB65D56031351D42835
Octal266135126061653545065
Binary1011011010111011010110011000111010111101100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65D56; }

 p { color: rgb(182,93,86); }

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

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

 a { background-color: rgb(182,93,86); }

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

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

 span { border-color: rgb(182,93,86); }

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