#B65958

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

Shades of Fuzzy Wuzzy Brown #B65958

Tints of Fuzzy Wuzzy Brown #B65958

Color information

#B65958 (or 0xB65958) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: B6, 59 and 58. RGB value is (182,89,88). Sum of RGB (Red+Green+Blue) = 182+89+88=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 88 (34.77% from 255 or 24.51% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B65958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65958 is #49A6A7. Grayscale: #747474. Windows color (decimal): -4826792 or 5790134. OLE color: 5790134.

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

Color convert

RGB1828988-
CMYK00.510.520.29
HSL0.64º39.17%52.94%-
HSV(B)0.64º51.65%71.37%-
XYZ24.6317.7911.37-
YUV116.69111.81174.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.70%
GREEN value IS 89 (35.16% from 255) = 24.79%
BLUE value IS 88 (34.77% from 255) = 24.51%
R=50.70%
G=24.79%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182898800.510.520.290.6439.1752.94
HexB65958033341D12735
Octal266131130063643514765
Binary10110110101100110110000110011110100111011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65958; }

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

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

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

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

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

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

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

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