Html Css Color HEX #BA8659 Twine

📋 copy color: '#BA8659'

red 186 ◦ green 134 ◦ blue 89

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

Shades of Twine #BA8659

Tints of Twine #BA8659

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.76%

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

R = 45.48%
G = 32.76%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA8659 (or 0xBA8659) is known color: Twine. HEX triplet: BA, 86 and 59. RGB value is (186,134,89). Sum of RGB (Red+Green+Blue) = 186+134+89=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 89 (35.16% from 255 or 21.76% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8659 is #4579A6. Grayscale: #909090. Windows color (decimal): -4553127 or 5867194. OLE color: 5867194.

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

Color convert

RGB 186 134 89 -
CMYK 0 0.28 0.52 0.27
HSL 27.84º 0.41% 0.54% -
HSV(B) 27.84º 0.52% 0.73% -
XYZ 30.58 28.21 13.28 -
YUV 144.42 96.73 157.66 -
System Red Green Blue C M Y K H S L
Decimal 186 134 89 0 0.28 0.52 0.27 27.84 0.41 0.54
Hex BA 86 59 0 1C 34 1B 1C 29 36
Octal 272 206 131 0 34 64 33 34 51 66
Binary 10111010 10000110 1011001 0 11100 110100 11011 11100 101001 110110

Color Harmonies of #BA8659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8659

Black with #BA8659

Text Example


Text Example

White with #BA8659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8659; }

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

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

background-color css

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

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

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

border-color css

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

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

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