Html Css Color HEX #BA5856 Fuzzy Wuzzy Brown

📋 copy color: '#BA5856'

red 186 ◦ green 88 ◦ blue 86

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

Shades of Fuzzy Wuzzy Brown #BA5856

Tints of Fuzzy Wuzzy Brown #BA5856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.89%

R = 51.67%
G = 24.44%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA5856 (or 0xBA5856) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 58 and 56. RGB value is (186,88,86). Sum of RGB (Red+Green+Blue) = 186+88+86=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5856 is #45A7A9. Grayscale: #757575. Windows color (decimal): -4564906 or 5658810. OLE color: 5658810.

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

Color convert

RGB 186 88 86 -
CMYK 0 0.53 0.54 0.27
HSL 1.2º 0.42% 0.53% -
HSV(B) 1.2º 0.54% 0.73% -
XYZ 25.42 18.09 10.96 -
YUV 117.07 110.47 177.16 -
System Red Green Blue C M Y K H S L
Decimal 186 88 86 0 0.53 0.54 0.27 1.2 0.42 0.53
Hex BA 58 56 0 35 36 1B 1 2A 35
Octal 272 130 126 0 65 66 33 1 52 65
Binary 10111010 1011000 1010110 0 110101 110110 11011 1 101010 110101

Color Harmonies of #BA5856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5856

Black with #BA5856

Text Example


Text Example

White with #BA5856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5856; }

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

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

background-color css

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

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

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

border-color css

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

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

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