#BF5A54

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

Shades of Fuzzy Wuzzy Brown #BF5A54

Tints of Fuzzy Wuzzy Brown #BF5A54

Color information

#BF5A54 (or 0xBF5A54) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BF, 5A and 54. RGB value is (191,90,84). Sum of RGB (Red+Green+Blue) = 191+90+84=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5A54 is #40A5AB. Grayscale: #777777. Windows color (decimal): -4236716 or 5528255. OLE color: 5528255.

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

Color convert

RGB1919084-
CMYK00.530.560.25
HSL3.36º45.53%53.92%-
HSV(B)3.36º56.02%74.9%-
XYZ26.7419.0310.65-
YUV119.51107.96178.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.33%
GREEN value IS 90 (35.55% from 255) = 24.66%
BLUE value IS 84 (33.20% from 255) = 23.01%
R=52.33%
G=24.66%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191908400.530.560.253.3645.5353.92
HexBF5A54035381932e36
Octal277132124065703135666
Binary101111111011010101010001101011110001100111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5A54; }

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

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

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

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

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

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

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

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