#bf5959

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

Shades of Fuzzy Wuzzy Brown #BF5959

Tints of Fuzzy Wuzzy Brown #BF5959

Color information

#BF5959 (or 0xBF5959) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BF, 59 and 59. RGB value is (191,89,89). Sum of RGB (Red+Green+Blue) = 191+89+89=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 89 (35.16% from 255 or 24.12% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5959 is #40A6A6. Grayscale: #777777. Windows color (decimal): -4236967 or 5855679. OLE color: 5855679.

HSL color Cylindrical-coordinate representation of color #BF5959: hue angle of 0º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF5959 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB1918989-
CMYK00.530.530.25
HSL44.35%54.9%-
HSV(B)53.4%74.9%-
XYZ26.8618.9411.69-
YUV119.5110.79179-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.76%
GREEN value IS 89 (35.16% from 255) = 24.12%
BLUE value IS 89 (35.16% from 255) = 24.12%
R=51.76%
G=24.12%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191898900.530.530.25044.3554.9
HexBF5959035351902c37
Octal277131131065653105467
Binary10111111101100110110010110101110101110010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf5959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf5959; }

 p { color: rgb(191,89,89); }

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

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

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

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

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

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

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