#B65B57

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

Shades of Fuzzy Wuzzy Brown #B65B57

Tints of Fuzzy Wuzzy Brown #B65B57

Color information

#B65B57 (or 0xB65B57) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B6, 5B and 57. RGB value is (182,91,87). Sum of RGB (Red+Green+Blue) = 182+91+87=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 87 (34.38% from 255 or 24.17% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65B57 is #49A4A8. Grayscale: #757575. Windows color (decimal): -4826281 or 5725110. OLE color: 5725110.

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

Color convert

RGB1829187-
CMYK00.50.520.29
HSL2.53º39.42%52.75%-
HSV(B)2.53º52.2%71.37%-
XYZ24.7518.1211.21-
YUV117.75110.65173.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.56%
GREEN value IS 91 (35.94% from 255) = 25.28%
BLUE value IS 87 (34.38% from 255) = 24.17%
R=50.56%
G=25.28%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182918700.50.520.292.5339.4252.75
HexB65B57032341D32735
Octal266133127062643534765
Binary101101101011011101011101100101101001110111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B57; }

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

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

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

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

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

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

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

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