#B65753

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

Shades of Fuzzy Wuzzy Brown #B65753

Tints of Fuzzy Wuzzy Brown #B65753

Color information

#B65753 (or 0xB65753) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B6, 57 and 53. RGB value is (182,87,83). Sum of RGB (Red+Green+Blue) = 182+87+83=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B65753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65753 is #49A8AC. Grayscale: #737373. Windows color (decimal): -4827309 or 5461942. OLE color: 5461942.

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

Color convert

RGB1828783-
CMYK00.520.540.29
HSL2.42º40.41%51.96%-
HSV(B)2.42º54.4%71.37%-
XYZ24.2617.3910.26-
YUV114.95109.97175.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.70%
GREEN value IS 87 (34.38% from 255) = 24.72%
BLUE value IS 83 (32.81% from 255) = 23.58%
R=51.70%
G=24.72%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182878300.520.540.292.4240.4151.96
HexB65753034361D22834
Octal266127123064663525064
Binary101101101010111101001101101001101101110110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65753; }

 p { color: rgb(182,87,83); }

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

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

 a { background-color: rgb(182,87,83); }

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

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

 span { border-color: rgb(182,87,83); }

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