#BA5852

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

Shades of Fuzzy Wuzzy Brown #BA5852

Tints of Fuzzy Wuzzy Brown #BA5852

Color information

#BA5852 (or 0xBA5852) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BA, 58 and 52. RGB value is (186,88,82). Sum of RGB (Red+Green+Blue) = 186+88+82=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5852 is #45A7AD. Grayscale: #747474. Windows color (decimal): -4564910 or 5396666. OLE color: 5396666.

HSL color Cylindrical-coordinate representation of color #BA5852: hue angle of 3.46º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5852 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB1868882-
CMYK00.530.560.27
HSL3.46º42.98%52.55%-
HSV(B)3.46º55.91%72.94%-
XYZ25.2618.0310.13-
YUV116.62108.47177.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.25%
GREEN value IS 88 (34.77% from 255) = 24.72%
BLUE value IS 82 (32.42% from 255) = 23.03%
R=52.25%
G=24.72%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186888200.530.560.273.4642.9852.55
HexBA5852035381B32b35
Octal272130122065703335365
Binary101110101011000101001001101011110001101111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5852; }

 p { color: rgb(186,88,82); }

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

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

 a { background-color: rgb(186,88,82); }

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

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

 span { border-color: rgb(186,88,82); }

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