#BC5A57

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

Shades of Fuzzy Wuzzy Brown #BC5A57

Tints of Fuzzy Wuzzy Brown #BC5A57

Color information

#BC5A57 (or 0xBC5A57) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BC, 5A and 57. RGB value is (188,90,87). Sum of RGB (Red+Green+Blue) = 188+90+87=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5A57 is #43A5A8. Grayscale: #777777. Windows color (decimal): -4433321 or 5724860. OLE color: 5724860.

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

Color convert

RGB1889087-
CMYK00.520.540.26
HSL1.78º42.98%53.92%-
HSV(B)1.78º53.72%73.73%-
XYZ26.1218.6911.25-
YUV118.96109.97177.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.51%
GREEN value IS 90 (35.55% from 255) = 24.66%
BLUE value IS 87 (34.38% from 255) = 23.84%
R=51.51%
G=24.66%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188908700.520.540.261.7842.9853.92
HexBC5A57034361A22b36
Octal274132127064663225366
Binary101111001011010101011101101001101101101010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5A57; }

 p { color: rgb(188,90,87); }

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

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

 a { background-color: rgb(188,90,87); }

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

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

 span { border-color: rgb(188,90,87); }

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