Html Css Color HEX #BA5754 Fuzzy Wuzzy Brown

📋 copy color: '#BA5754'

red 186 ◦ green 87 ◦ blue 84

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

Shades of Fuzzy Wuzzy Brown #BA5754

Tints of Fuzzy Wuzzy Brown #BA5754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 23.53%

R = 52.1%
G = 24.37%
B = 23.53%

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

#BA5754 (or 0xBA5754) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 57 and 54. RGB value is (186,87,84). Sum of RGB (Red+Green+Blue) = 186+87+84=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5754 is #45A8AB. Grayscale: #747474. Windows color (decimal): -4565164 or 5527482. OLE color: 5527482.

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

Color convert

RGB 186 87 84 -
CMYK 0 0.53 0.55 0.27
HSL 1.76º 0.43% 0.53% -
HSV(B) 1.76º 0.55% 0.73% -
XYZ 25.26 17.9 10.51 -
YUV 116.26 109.8 177.74 -
System Red Green Blue C M Y K H S L
Decimal 186 87 84 0 0.53 0.55 0.27 1.76 0.43 0.53
Hex BA 57 54 0 35 37 1B 2 2A 35
Octal 272 127 124 0 65 67 33 2 52 65
Binary 10111010 1010111 1010100 0 110101 110111 11011 10 101010 110101

Color Harmonies of #BA5754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5754

Black with #BA5754

Text Example


Text Example

White with #BA5754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5754; }

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

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

background-color css

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

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

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

border-color css

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

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

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