#BF5A51

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

Shades of Fuzzy Wuzzy Brown #BF5A51

Tints of Fuzzy Wuzzy Brown #BF5A51

Color information

#BF5A51 (or 0xBF5A51) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BF, 5A and 51. RGB value is (191,90,81). Sum of RGB (Red+Green+Blue) = 191+90+81=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 81 (32.03% from 255 or 22.38% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5A51 is #40A5AE. Grayscale: #777777. Windows color (decimal): -4236719 or 5331647. OLE color: 5331647.

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

Color convert

RGB1919081-
CMYK00.530.580.25
HSL4.91º46.22%53.33%-
HSV(B)4.91º57.59%74.9%-
XYZ26.6318.9810.05-
YUV119.17106.46179.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.76%
GREEN value IS 90 (35.55% from 255) = 24.86%
BLUE value IS 81 (32.03% from 255) = 22.38%
R=52.76%
G=24.86%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191908100.530.580.254.9146.2253.33
HexBF5A510353A1952e35
Octal277132121065723155665
Binary1011111110110101010001011010111101011001101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5A51; }

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

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

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

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

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

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

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

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