Html Css Color HEX #BA5A57 Fuzzy Wuzzy Brown

📋 copy color: '#BA5A57'

red 186 ◦ green 90 ◦ blue 87

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

Shades of Fuzzy Wuzzy Brown #BA5A57

Tints of Fuzzy Wuzzy Brown #BA5A57

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.79%

 BLUE value IS 87 (34.38% from 255) = 23.97%

R = 51.24%
G = 24.79%
B = 23.97%

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

#BA5A57 (or 0xBA5A57) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 5A and 57. RGB value is (186,90,87). Sum of RGB (Red+Green+Blue) = 186+90+87=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5A57 is #45A5A8. Grayscale: #767676. Windows color (decimal): -4564393 or 5724858. OLE color: 5724858.

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

Color convert

RGB 186 90 87 -
CMYK 0 0.52 0.53 0.27
HSL 1.82º 0.42% 0.54% -
HSV(B) 1.82º 0.53% 0.73% -
XYZ 25.63 18.44 11.23 -
YUV 118.36 110.3 176.24 -
System Red Green Blue C M Y K H S L
Decimal 186 90 87 0 0.52 0.53 0.27 1.82 0.42 0.54
Hex BA 5A 57 0 34 35 1B 2 2A 36
Octal 272 132 127 0 64 65 33 2 52 66
Binary 10111010 1011010 1010111 0 110100 110101 11011 10 101010 110110

Color Harmonies of #BA5A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5A57

Black with #BA5A57

Text Example


Text Example

White with #BA5A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5A57; }

 p { color: rgb(186,90,87); }

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

background-color css

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

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

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

border-color css

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

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

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