#BF5C57

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

Shades of Fuzzy Wuzzy Brown #BF5C57

Tints of Fuzzy Wuzzy Brown #BF5C57

Color information

#BF5C57 (or 0xBF5C57) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BF, 5C and 57. RGB value is (191,92,87). Sum of RGB (Red+Green+Blue) = 191+92+87=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5C57 is #40A3A8. Grayscale: #797979. Windows color (decimal): -4236201 or 5725375. OLE color: 5725375.

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

Color convert

RGB1919287-
CMYK00.520.540.25
HSL2.88º44.83%54.51%-
HSV(B)2.88º54.45%74.9%-
XYZ27.0319.4211.34-
YUV121.03108.8177.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.62%
GREEN value IS 92 (36.33% from 255) = 24.86%
BLUE value IS 87 (34.38% from 255) = 23.51%
R=51.62%
G=24.86%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191928700.520.540.252.8844.8354.51
HexBF5C57034361932d37
Octal277134127064663135567
Binary101111111011100101011101101001101101100111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5C57; }

 p { color: rgb(191,92,87); }

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

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

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

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

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

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

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