Html Css Color HEX #BA8A61 Twine

📋 copy color: '#BA8A61'

red 186 ◦ green 138 ◦ blue 97

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

Shades of Twine #BA8A61

Tints of Twine #BA8A61

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.78%

 BLUE value IS 97 (38.28% from 255) = 23.04%

R = 44.18%
G = 32.78%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA8A61 (or 0xBA8A61) is known color: Twine. HEX triplet: BA, 8A and 61. RGB value is (186,138,97). Sum of RGB (Red+Green+Blue) = 186+138+97=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8A61 is #45759E. Grayscale: #939393. Windows color (decimal): -4552095 or 6392506. OLE color: 6392506.

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

Color convert

RGB 186 138 97 -
CMYK 0 0.26 0.48 0.27
HSL 27.64º 0.39% 0.55% -
HSV(B) 27.64º 0.48% 0.73% -
XYZ 31.5 29.48 15.34 -
YUV 147.68 99.4 155.33 -
System Red Green Blue C M Y K H S L
Decimal 186 138 97 0 0.26 0.48 0.27 27.64 0.39 0.55
Hex BA 8A 61 0 1A 30 1B 1C 27 37
Octal 272 212 141 0 32 60 33 34 47 67
Binary 10111010 10001010 1100001 0 11010 110000 11011 11100 100111 110111

Color Harmonies of #BA8A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8A61

Black with #BA8A61

Text Example


Text Example

White with #BA8A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8A61; }

 p { color: rgb(186,138,97); }

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

background-color css

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

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

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

border-color css

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

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

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