#bc5854

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

Shades of Fuzzy Wuzzy Brown #BC5854

Tints of Fuzzy Wuzzy Brown #BC5854

Color information

#BC5854 (or 0xBC5854) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BC, 58 and 54. RGB value is (188,88,84). Sum of RGB (Red+Green+Blue) = 188+88+84=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5854 is #43A7AB. Grayscale: #757575. Windows color (decimal): -4433836 or 5527740. OLE color: 5527740.

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

Color convert

RGB1888884-
CMYK00.530.550.26
HSL2.31º43.7%53.33%-
HSV(B)2.31º55.32%73.73%-
XYZ25.8318.3110.56-
YUV117.44109.13178.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.22%
GREEN value IS 88 (34.77% from 255) = 24.44%
BLUE value IS 84 (33.20% from 255) = 23.33%
R=52.22%
G=24.44%
B=23.33%

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
Decimal188888400.530.550.262.3143.753.33
HexBC5854035371A22c35
Octal274130124065673225465
Binary101111001011000101010001101011101111101010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc5854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc5854; }

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

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

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

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

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

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

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

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