Html Css Color HEX #BA8D59 Twine

📋 copy color: '#BA8D59'

red 186 ◦ green 141 ◦ blue 89

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

Shades of Twine #BA8D59

Tints of Twine #BA8D59

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.89%

 BLUE value IS 89 (35.16% from 255) = 21.39%

R = 44.71%
G = 33.89%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA8D59 (or 0xBA8D59) is known color: Twine. HEX triplet: BA, 8D and 59. RGB value is (186,141,89). Sum of RGB (Red+Green+Blue) = 186+141+89=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 89 (35.16% from 255 or 21.39% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8D59 is #4572A6. Grayscale: #949494. Windows color (decimal): -4551335 or 5868986. OLE color: 5868986.

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

Color convert

RGB 186 141 89 -
CMYK 0 0.24 0.52 0.27
HSL 32.16º 0.41% 0.54% -
HSV(B) 32.16º 0.52% 0.73% -
XYZ 31.58 30.21 13.62 -
YUV 148.53 94.41 154.73 -
System Red Green Blue C M Y K H S L
Decimal 186 141 89 0 0.24 0.52 0.27 32.16 0.41 0.54
Hex BA 8D 59 0 18 34 1B 20 29 36
Octal 272 215 131 0 30 64 33 40 51 66
Binary 10111010 10001101 1011001 0 11000 110100 11011 100000 101001 110110

Color Harmonies of #BA8D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8D59

Black with #BA8D59

Text Example


Text Example

White with #BA8D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8D59; }

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

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

background-color css

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

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

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

border-color css

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

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

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