#BF5B51

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

Shades of Fuzzy Wuzzy Brown #BF5B51

Tints of Fuzzy Wuzzy Brown #BF5B51

Color information

#BF5B51 (or 0xBF5B51) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BF, 5B and 51. RGB value is (191,91,81). Sum of RGB (Red+Green+Blue) = 191+91+81=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5B51 is #40A4AE. Grayscale: #777777. Windows color (decimal): -4236463 or 5331903. OLE color: 5331903.

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

Color convert

RGB1919181-
CMYK00.520.580.25
HSL5.45º46.22%53.33%-
HSV(B)5.45º57.59%74.9%-
XYZ26.7119.1510.07-
YUV119.76106.13178.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.62%
GREEN value IS 91 (35.94% from 255) = 25.07%
BLUE value IS 81 (32.03% from 255) = 22.31%
R=52.62%
G=25.07%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191918100.520.580.255.4546.2253.33
HexBF5B510343A1952e35
Octal277133121064723155665
Binary1011111110110111010001011010011101011001101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5B51; }

 p { color: rgb(191,91,81); }

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

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

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

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

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

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

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