#BC5954

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

Shades of Fuzzy Wuzzy Brown #BC5954

Tints of Fuzzy Wuzzy Brown #BC5954

Color information

#BC5954 (or 0xBC5954) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BC, 59 and 54. RGB value is (188,89,84). Sum of RGB (Red+Green+Blue) = 188+89+84=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5954 is #43A6AB. Grayscale: #767676. Windows color (decimal): -4433580 or 5527996. OLE color: 5527996.

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

Color convert

RGB1888984-
CMYK00.530.550.26
HSL2.88º43.7%53.33%-
HSV(B)2.88º55.32%73.73%-
XYZ25.9118.4810.59-
YUV118.03108.8177.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.08%
GREEN value IS 89 (35.16% from 255) = 24.65%
BLUE value IS 84 (33.20% from 255) = 23.27%
R=52.08%
G=24.65%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188898400.530.550.262.8843.753.33
HexBC5954035371A32c35
Octal274131124065673235465
Binary101111001011001101010001101011101111101011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5954; }

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

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

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

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

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

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

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

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