Html Css Color HEX #BA5F5F Fuzzy Wuzzy Brown

📋 copy color: '#BA5F5F'

red 186 ◦ green 95 ◦ blue 95

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

Shades of Fuzzy Wuzzy Brown #BA5F5F

Tints of Fuzzy Wuzzy Brown #BA5F5F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.27%

 BLUE value IS 95 (37.5% from 255) = 25.27%

R = 49.47%
G = 25.27%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA5F5F (or 0xBA5F5F) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 5F and 5F. RGB value is (186,95,95). Sum of RGB (Red+Green+Blue) = 186+95+95=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5F5F is #45A0A0. Grayscale: #7A7A7A. Windows color (decimal): -4563105 or 6250426. OLE color: 6250426.

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

Color convert

RGB 186 95 95 -
CMYK 0 0.49 0.49 0.27
HSL 0.4% 0.55% -
HSV(B) 0.49% 0.73% -
XYZ 26.41 19.45 13.19 -
YUV 122.21 112.65 173.5 -
System Red Green Blue C M Y K H S L
Decimal 186 95 95 0 0.49 0.49 0.27 0 0.4 0.55
Hex BA 5F 5F 0 31 31 1B 0 28 37
Octal 272 137 137 0 61 61 33 0 50 67
Binary 10111010 1011111 1011111 0 110001 110001 11011 0 101000 110111

Color Harmonies of #BA5F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5F5F

Black with #BA5F5F

Text Example


Text Example

White with #BA5F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5F5F; }

 p { color: rgb(186,95,95); }

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

background-color css

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

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

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

border-color css

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

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

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