#BC5752

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

Shades of Fuzzy Wuzzy Brown #BC5752

Tints of Fuzzy Wuzzy Brown #BC5752

Color information

#BC5752 (or 0xBC5752) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BC, 57 and 52. RGB value is (188,87,82). Sum of RGB (Red+Green+Blue) = 188+87+82=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5752 is #43A8AD. Grayscale: #747474. Windows color (decimal): -4434094 or 5396412. OLE color: 5396412.

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

Color convert

RGB1888782-
CMYK00.540.560.26
HSL2.83º44.17%52.94%-
HSV(B)2.83º56.38%73.73%-
XYZ25.6718.1210.13-
YUV116.63108.46178.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.66%
GREEN value IS 87 (34.38% from 255) = 24.37%
BLUE value IS 82 (32.42% from 255) = 22.97%
R=52.66%
G=24.37%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188878200.540.560.262.8344.1752.94
HexBC5752036381A32c35
Octal274127122066703235465
Binary101111001010111101001001101101110001101011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5752; }

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

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

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

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

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

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

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

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