#BC5951

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

Shades of Fuzzy Wuzzy Brown #BC5951

Tints of Fuzzy Wuzzy Brown #BC5951

Color information

#BC5951 (or 0xBC5951) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BC, 59 and 51. RGB value is (188,89,81). Sum of RGB (Red+Green+Blue) = 188+89+81=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5951 is #43A6AE. Grayscale: #757575. Windows color (decimal): -4433583 or 5331388. OLE color: 5331388.

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

Color convert

RGB1888981-
CMYK00.530.570.26
HSL4.49º44.4%52.75%-
HSV(B)4.49º56.91%73.73%-
XYZ25.818.439.98-
YUV117.69107.3178.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.51%
GREEN value IS 89 (35.16% from 255) = 24.86%
BLUE value IS 81 (32.03% from 255) = 22.63%
R=52.51%
G=24.86%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188898100.530.570.264.4944.452.75
HexBC5951035391A42c35
Octal274131121065713245465
Binary1011110010110011010001011010111100111010100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5951; }

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

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

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

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

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

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

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

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