Html Css Color HEX #BA5A58 Fuzzy Wuzzy Brown

📋 copy color: '#BA5A58'

red 186 ◦ green 90 ◦ blue 88

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

Shades of Fuzzy Wuzzy Brown #BA5A58

Tints of Fuzzy Wuzzy Brown #BA5A58

RGB

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

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

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

R = 51.1%
G = 24.73%
B = 24.18%

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

#BA5A58 (or 0xBA5A58) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 5A and 58. RGB value is (186,90,88). Sum of RGB (Red+Green+Blue) = 186+90+88=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5A58 is #45A5A7. Grayscale: #767676. Windows color (decimal): -4564392 or 5790394. OLE color: 5790394.

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

Color convert

RGB 186 90 88 -
CMYK 0 0.52 0.53 0.27
HSL 1.22º 0.42% 0.54% -
HSV(B) 1.22º 0.53% 0.73% -
XYZ 25.67 18.46 11.44 -
YUV 118.48 110.8 176.16 -
System Red Green Blue C M Y K H S L
Decimal 186 90 88 0 0.52 0.53 0.27 1.22 0.42 0.54
Hex BA 5A 58 0 34 35 1B 1 2A 36
Octal 272 132 130 0 64 65 33 1 52 66
Binary 10111010 1011010 1011000 0 110100 110101 11011 1 101010 110110

Color Harmonies of #BA5A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5A58

Black with #BA5A58

Text Example


Text Example

White with #BA5A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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