Html Css Color HEX #BA5952 Fuzzy Wuzzy Brown

📋 copy color: '#BA5952'

red 186 ◦ green 89 ◦ blue 82

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

Shades of Fuzzy Wuzzy Brown #BA5952

Tints of Fuzzy Wuzzy Brown #BA5952

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.93%

 BLUE value IS 82 (32.42% from 255) = 22.97%

R = 52.1%
G = 24.93%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA5952 (or 0xBA5952) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 59 and 52. RGB value is (186,89,82). Sum of RGB (Red+Green+Blue) = 186+89+82=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5952 is #45A6AD. Grayscale: #757575. Windows color (decimal): -4564654 or 5396922. OLE color: 5396922.

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

Color convert

RGB 186 89 82 -
CMYK 0 0.52 0.56 0.27
HSL 4.04º 0.43% 0.53% -
HSV(B) 4.04º 0.56% 0.73% -
XYZ 25.35 18.19 10.16 -
YUV 117.21 108.14 177.07 -
System Red Green Blue C M Y K H S L
Decimal 186 89 82 0 0.52 0.56 0.27 4.04 0.43 0.53
Hex BA 59 52 0 34 38 1B 4 2B 35
Octal 272 131 122 0 64 70 33 4 53 65
Binary 10111010 1011001 1010010 0 110100 111000 11011 100 101011 110101

Color Harmonies of #BA5952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5952

Black with #BA5952

Text Example


Text Example

White with #BA5952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5952; }

 p { color: rgb(186,89,82); }

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

background-color css

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

 a { background-color: rgb(186,89,82); }

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

border-color css

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

 span { border-color: rgb(186,89,82); }

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