Html Css Color HEX #BA865B Twine

📋 copy color: '#BA865B'

red 186 ◦ green 134 ◦ blue 91

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

Shades of Twine #BA865B

Tints of Twine #BA865B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.14%

R = 45.26%
G = 32.6%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA865B (or 0xBA865B) is known color: Twine. HEX triplet: BA, 86 and 5B. RGB value is (186,134,91). Sum of RGB (Red+Green+Blue) = 186+134+91=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA865B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA865B is #4579A4. Grayscale: #909090. Windows color (decimal): -4553125 or 5998266. OLE color: 5998266.

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

Color convert

RGB 186 134 91 -
CMYK 0 0.28 0.51 0.27
HSL 27.16º 0.41% 0.54% -
HSV(B) 27.16º 0.51% 0.73% -
XYZ 30.66 28.24 13.73 -
YUV 144.65 97.73 157.5 -
System Red Green Blue C M Y K H S L
Decimal 186 134 91 0 0.28 0.51 0.27 27.16 0.41 0.54
Hex BA 86 5B 0 1C 33 1B 1B 29 36
Octal 272 206 133 0 34 63 33 33 51 66
Binary 10111010 10000110 1011011 0 11100 110011 11011 11011 101001 110110

Color Harmonies of #BA865B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA865B

Black with #BA865B

Text Example


Text Example

White with #BA865B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA865B; }

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

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

background-color css

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

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

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

border-color css

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

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

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