#B65857

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

Shades of Fuzzy Wuzzy Brown #B65857

Tints of Fuzzy Wuzzy Brown #B65857

Color information

#B65857 (or 0xB65857) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B6, 58 and 57. RGB value is (182,88,87). Sum of RGB (Red+Green+Blue) = 182+88+87=357 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.98% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 87 (34.38% from 255 or 24.37% from 357); Max value from RGB is 182 - color contains mainly: red. Hex color #B65857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65857 is #49A7A8. Grayscale: #747474. Windows color (decimal): -4827049 or 5724342. OLE color: 5724342.

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

Color convert

RGB1828887-
CMYK00.520.520.29
HSL0.63º39.42%52.75%-
HSV(B)0.63º52.2%71.37%-
XYZ24.517.6111.13-
YUV115.99111.64175.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.98%
GREEN value IS 88 (34.77% from 255) = 24.65%
BLUE value IS 87 (34.38% from 255) = 24.37%
R=50.98%
G=24.65%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182888700.520.520.290.6339.4252.75
HexB65857034341D12735
Octal266130127064643514765
Binary10110110101100010101110110100110100111011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65857; }

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

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

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

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

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

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

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

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