Html Css Color HEX #BA5252 Fuzzy Wuzzy Brown

📋 copy color: '#BA5252'

red 186 ◦ green 82 ◦ blue 82

#BA5252
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuzzy Wuzzy Brown #BA5252

Tints of Fuzzy Wuzzy Brown #BA5252

RGB

 RED value IS 186 (73.05% from 255) = 53.14%

 GREEN value IS 82 (32.42% from 255) = 23.43%

 BLUE value IS 82 (32.42% from 255) = 23.43%

R = 53.14%
G = 23.43%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA5252 (or 0xBA5252) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 52 and 52. RGB value is (186,82,82). Sum of RGB (Red+Green+Blue) = 186+82+82=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5252 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5252 is #45ADAD. Grayscale: #717171. Windows color (decimal): -4566446 or 5395130. OLE color: 5395130.

HSL color Cylindrical-coordinate representation of color #BA5252: hue angle of 0º 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 #BA5252 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 82 82 -
CMYK 0 0.56 0.56 0.27
HSL 0.43% 0.53% -
HSV(B) 0.56% 0.73% -
XYZ 24.79 17.08 9.97 -
YUV 113.1 110.46 180 -
System Red Green Blue C M Y K H S L
Decimal 186 82 82 0 0.56 0.56 0.27 0 0.43 0.53
Hex BA 52 52 0 38 38 1B 0 2B 35
Octal 272 122 122 0 70 70 33 0 53 65
Binary 10111010 1010010 1010010 0 111000 111000 11011 0 101011 110101

Color Harmonies of #BA5252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5252

Black with #BA5252

Text Example


Text Example

White with #BA5252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5252; }

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

 H1.HeaderClassName
 {
   color: #BA5252;
 }
 .AnyTagClassName
 {
   color: #BA5252;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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