#BC5958

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

Shades of Fuzzy Wuzzy Brown #BC5958

Tints of Fuzzy Wuzzy Brown #BC5958

Color information

#BC5958 (or 0xBC5958) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BC, 59 and 58. RGB value is (188,89,88). Sum of RGB (Red+Green+Blue) = 188+89+88=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5958 is #43A6A7. Grayscale: #767676. Windows color (decimal): -4433576 or 5790140. OLE color: 5790140.

HSL color Cylindrical-coordinate representation of color #BC5958: hue angle of 0.6º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC5958 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB1888988-
CMYK00.530.530.26
HSL0.6º42.74%54.12%-
HSV(B)0.6º53.19%73.73%-
XYZ26.0718.5411.44-
YUV118.49110.8177.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.51%
GREEN value IS 89 (35.16% from 255) = 24.38%
BLUE value IS 88 (34.77% from 255) = 24.11%
R=51.51%
G=24.38%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188898800.530.530.260.642.7454.12
HexBC5958035351A12b36
Octal274131130065653215366
Binary10111100101100110110000110101110101110101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5958; }

 p { color: rgb(188,89,88); }

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

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

 a { background-color: rgb(188,89,88); }

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

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

 span { border-color: rgb(188,89,88); }

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