Html Css Color HEX #BA5755 Fuzzy Wuzzy Brown

📋 copy color: '#BA5755'

red 186 ◦ green 87 ◦ blue 85

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

Shades of Fuzzy Wuzzy Brown #BA5755

Tints of Fuzzy Wuzzy Brown #BA5755

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.3%

 BLUE value IS 85 (33.59% from 255) = 23.74%

R = 51.96%
G = 24.3%
B = 23.74%

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

#BA5755 (or 0xBA5755) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 57 and 55. RGB value is (186,87,85). Sum of RGB (Red+Green+Blue) = 186+87+85=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5755 is #45A8AA. Grayscale: #747474. Windows color (decimal): -4565163 or 5593018. OLE color: 5593018.

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

Color convert

RGB 186 87 85 -
CMYK 0 0.53 0.54 0.27
HSL 1.19º 0.42% 0.53% -
HSV(B) 1.19º 0.54% 0.73% -
XYZ 25.3 17.91 10.72 -
YUV 116.37 110.3 177.66 -
System Red Green Blue C M Y K H S L
Decimal 186 87 85 0 0.53 0.54 0.27 1.19 0.42 0.53
Hex BA 57 55 0 35 36 1B 1 2A 35
Octal 272 127 125 0 65 66 33 1 52 65
Binary 10111010 1010111 1010101 0 110101 110110 11011 1 101010 110101

Color Harmonies of #BA5755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5755

Black with #BA5755

Text Example


Text Example

White with #BA5755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5755; }

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

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

background-color css

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

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

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

border-color css

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

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

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