Html Css Color HEX #BA5E59 Fuzzy Wuzzy Brown

📋 copy color: '#BA5E59'

red 186 ◦ green 94 ◦ blue 89

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

Shades of Fuzzy Wuzzy Brown #BA5E59

Tints of Fuzzy Wuzzy Brown #BA5E59

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.47%

 BLUE value IS 89 (35.16% from 255) = 24.12%

R = 50.41%
G = 25.47%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA5E59 (or 0xBA5E59) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 5E and 59. RGB value is (186,94,89). Sum of RGB (Red+Green+Blue) = 186+94+89=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 89 (35.16% from 255 or 24.12% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5E59 is #45A1A6. Grayscale: #797979. Windows color (decimal): -4563367 or 5856954. OLE color: 5856954.

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

Color convert

RGB 186 94 89 -
CMYK 0 0.49 0.52 0.27
HSL 3.09º 0.41% 0.54% -
HSV(B) 3.09º 0.52% 0.73% -
XYZ 26.06 19.17 11.78 -
YUV 120.94 109.98 174.41 -
System Red Green Blue C M Y K H S L
Decimal 186 94 89 0 0.49 0.52 0.27 3.09 0.41 0.54
Hex BA 5E 59 0 31 34 1B 3 29 36
Octal 272 136 131 0 61 64 33 3 51 66
Binary 10111010 1011110 1011001 0 110001 110100 11011 11 101001 110110

Color Harmonies of #BA5E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5E59

Black with #BA5E59

Text Example


Text Example

White with #BA5E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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