Html Css Color HEX #BA5452 Fuzzy Wuzzy Brown

📋 copy color: '#BA5452'

red 186 ◦ green 84 ◦ blue 82

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

Shades of Fuzzy Wuzzy Brown #BA5452

Tints of Fuzzy Wuzzy Brown #BA5452

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.86%

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

R = 52.84%
G = 23.86%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA5452 (or 0xBA5452) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 54 and 52. RGB value is (186,84,82). Sum of RGB (Red+Green+Blue) = 186+84+82=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5452 is #45ABAD. Grayscale: #727272. Windows color (decimal): -4565934 or 5395642. OLE color: 5395642.

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

Color convert

RGB 186 84 82 -
CMYK 0 0.55 0.56 0.27
HSL 1.15º 0.43% 0.53% -
HSV(B) 1.15º 0.56% 0.73% -
XYZ 24.94 17.39 10.02 -
YUV 114.27 109.79 179.16 -
System Red Green Blue C M Y K H S L
Decimal 186 84 82 0 0.55 0.56 0.27 1.15 0.43 0.53
Hex BA 54 52 0 37 38 1B 1 2B 35
Octal 272 124 122 0 67 70 33 1 53 65
Binary 10111010 1010100 1010010 0 110111 111000 11011 1 101011 110101

Color Harmonies of #BA5452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5452

Black with #BA5452

Text Example


Text Example

White with #BA5452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5452; }

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

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

background-color css

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

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

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

border-color css

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

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

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