#B65B56

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

Shades of Fuzzy Wuzzy Brown #B65B56

Tints of Fuzzy Wuzzy Brown #B65B56

Color information

#B65B56 (or 0xB65B56) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B6, 5B and 56. RGB value is (182,91,86). Sum of RGB (Red+Green+Blue) = 182+91+86=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65B56 is #49A4A9. Grayscale: #757575. Windows color (decimal): -4826282 or 5659574. OLE color: 5659574.

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

Color convert

RGB1829186-
CMYK00.50.530.29
HSL3.13º39.67%52.55%-
HSV(B)3.13º52.75%71.37%-
XYZ24.7118.111-
YUV117.64110.15173.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.70%
GREEN value IS 91 (35.94% from 255) = 25.35%
BLUE value IS 86 (33.98% from 255) = 23.96%
R=50.70%
G=25.35%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182918600.50.530.293.1339.6752.55
HexB65B56032351D32835
Octal266133126062653535065
Binary101101101011011101011001100101101011110111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B56; }

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

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

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

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

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

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

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

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