#bf5d59

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

Shades of Fuzzy Wuzzy Brown #BF5D59

Tints of Fuzzy Wuzzy Brown #BF5D59

Color information

#BF5D59 (or 0xBF5D59) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BF, 5D and 59. RGB value is (191,93,89). Sum of RGB (Red+Green+Blue) = 191+93+89=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 89 (35.16% from 255 or 23.86% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5D59 is #40A2A6. Grayscale: #797979. Windows color (decimal): -4235943 or 5856703. OLE color: 5856703.

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

Color convert

RGB1919389-
CMYK00.510.530.25
HSL2.35º44.35%54.9%-
HSV(B)2.35º53.4%74.9%-
XYZ27.219.6311.81-
YUV121.85109.47177.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.21%
GREEN value IS 93 (36.72% from 255) = 24.93%
BLUE value IS 89 (35.16% from 255) = 23.86%
R=51.21%
G=24.93%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191938900.510.530.252.3544.3554.9
HexBF5D59033351922c37
Octal277135131063653125467
Binary101111111011101101100101100111101011100110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf5d59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf5d59; }

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

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

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

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

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

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

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

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