Html Css Color HEX #BA5853 Fuzzy Wuzzy Brown

📋 copy color: '#BA5853'

red 186 ◦ green 88 ◦ blue 83

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

Shades of Fuzzy Wuzzy Brown #BA5853

Tints of Fuzzy Wuzzy Brown #BA5853

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.65%

 BLUE value IS 83 (32.81% from 255) = 23.25%

R = 52.1%
G = 24.65%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA5853 (or 0xBA5853) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 58 and 53. RGB value is (186,88,83). Sum of RGB (Red+Green+Blue) = 186+88+83=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5853 is #45A7AC. Grayscale: #747474. Windows color (decimal): -4564909 or 5462202. OLE color: 5462202.

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

Color convert

RGB 186 88 83 -
CMYK 0 0.53 0.55 0.27
HSL 2.91º 0.43% 0.53% -
HSV(B) 2.91º 0.55% 0.73% -
XYZ 25.3 18.04 10.33 -
YUV 116.73 108.97 177.41 -
System Red Green Blue C M Y K H S L
Decimal 186 88 83 0 0.53 0.55 0.27 2.91 0.43 0.53
Hex BA 58 53 0 35 37 1B 3 2B 35
Octal 272 130 123 0 65 67 33 3 53 65
Binary 10111010 1011000 1010011 0 110101 110111 11011 11 101011 110101

Color Harmonies of #BA5853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5853

Black with #BA5853

Text Example


Text Example

White with #BA5853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5853; }

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

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

background-color css

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

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

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

border-color css

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

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

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