Html Css Color HEX #BA5958 Fuzzy Wuzzy Brown

📋 copy color: '#BA5958'

red 186 ◦ green 89 ◦ blue 88

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

Shades of Fuzzy Wuzzy Brown #BA5958

Tints of Fuzzy Wuzzy Brown #BA5958

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.52%

 BLUE value IS 88 (34.77% from 255) = 24.24%

R = 51.24%
G = 24.52%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA5958 (or 0xBA5958) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 59 and 58. RGB value is (186,89,88). Sum of RGB (Red+Green+Blue) = 186+89+88=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5958 is #45A6A7. Grayscale: #757575. Windows color (decimal): -4564648 or 5790138. OLE color: 5790138.

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

Color convert

RGB 186 89 88 -
CMYK 0 0.52 0.53 0.27
HSL 0.61º 0.42% 0.54% -
HSV(B) 0.61º 0.53% 0.73% -
XYZ 25.58 18.29 11.41 -
YUV 117.89 111.14 176.58 -
System Red Green Blue C M Y K H S L
Decimal 186 89 88 0 0.52 0.53 0.27 0.61 0.42 0.54
Hex BA 59 58 0 34 35 1B 1 2A 36
Octal 272 131 130 0 64 65 33 1 52 66
Binary 10111010 1011001 1011000 0 110100 110101 11011 1 101010 110110

Color Harmonies of #BA5958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5958

Black with #BA5958

Text Example


Text Example

White with #BA5958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5958; }

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

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

background-color css

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

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

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

border-color css

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

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

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