Html Css Color HEX #BA865D Twine

📋 copy color: '#BA865D'

red 186 ◦ green 134 ◦ blue 93

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

Shades of Twine #BA865D

Tints of Twine #BA865D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.52%

R = 45.04%
G = 32.45%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA865D (or 0xBA865D) is known color: Twine. HEX triplet: BA, 86 and 5D. RGB value is (186,134,93). Sum of RGB (Red+Green+Blue) = 186+134+93=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA865D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA865D is #4579A2. Grayscale: #919191. Windows color (decimal): -4553123 or 6129338. OLE color: 6129338.

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

Color convert

RGB 186 134 93 -
CMYK 0 0.28 0.5 0.27
HSL 26.45º 0.4% 0.55% -
HSV(B) 26.45º 0.5% 0.73% -
XYZ 30.75 28.28 14.19 -
YUV 144.87 98.73 157.33 -
System Red Green Blue C M Y K H S L
Decimal 186 134 93 0 0.28 0.5 0.27 26.45 0.4 0.55
Hex BA 86 5D 0 1C 32 1B 1A 28 37
Octal 272 206 135 0 34 62 33 32 50 67
Binary 10111010 10000110 1011101 0 11100 110010 11011 11010 101000 110111

Color Harmonies of #BA865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA865D

Black with #BA865D

Text Example


Text Example

White with #BA865D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA865D; }

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

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

background-color css

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

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

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

border-color css

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

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

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