#BC5855

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

Shades of Fuzzy Wuzzy Brown #BC5855

Tints of Fuzzy Wuzzy Brown #BC5855

Color information

#BC5855 (or 0xBC5855) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BC, 58 and 55. RGB value is (188,88,85). Sum of RGB (Red+Green+Blue) = 188+88+85=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5855 is #43A7AA. Grayscale: #757575. Windows color (decimal): -4433835 or 5593276. OLE color: 5593276.

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

Color convert

RGB1888885-
CMYK00.530.550.26
HSL1.75º43.46%53.53%-
HSV(B)1.75º54.79%73.73%-
XYZ25.8718.3310.77-
YUV117.56109.63178.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.08%
GREEN value IS 88 (34.77% from 255) = 24.38%
BLUE value IS 85 (33.59% from 255) = 23.55%
R=52.08%
G=24.38%
B=23.55%

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
Decimal188888500.530.550.261.7543.4653.53
HexBC5855035371A22b36
Octal274130125065673225366
Binary101111001011000101010101101011101111101010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5855; }

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

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

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

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

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

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

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

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