#BF5A58

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

Shades of Fuzzy Wuzzy Brown #BF5A58

Tints of Fuzzy Wuzzy Brown #BF5A58

Color information

#BF5A58 (or 0xBF5A58) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BF, 5A and 58. RGB value is (191,90,88). Sum of RGB (Red+Green+Blue) = 191+90+88=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5A58 is #40A5A7. Grayscale: #787878. Windows color (decimal): -4236712 or 5790399. OLE color: 5790399.

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

Color convert

RGB1919088-
CMYK00.530.540.25
HSL1.17º44.59%54.71%-
HSV(B)1.17º53.93%74.9%-
XYZ26.919.0911.5-
YUV119.97109.96178.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.76%
GREEN value IS 90 (35.55% from 255) = 24.39%
BLUE value IS 88 (34.77% from 255) = 23.85%
R=51.76%
G=24.39%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191908800.530.540.251.1744.5954.71
HexBF5A58035361912d37
Octal277132130065663115567
Binary10111111101101010110000110101110110110011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5A58; }

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

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

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

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

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

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

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

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