Html Css Color HEX #BA865C Twine

📋 copy color: '#BA865C'

red 186 ◦ green 134 ◦ blue 92

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

Shades of Twine #BA865C

Tints of Twine #BA865C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.33%

R = 45.15%
G = 32.52%
B = 22.33%

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

#BA865C (or 0xBA865C) is known color: Twine. HEX triplet: BA, 86 and 5C. RGB value is (186,134,92). Sum of RGB (Red+Green+Blue) = 186+134+92=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA865C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA865C is #4579A3. Grayscale: #909090. Windows color (decimal): -4553124 or 6063802. OLE color: 6063802.

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

Color convert

RGB 186 134 92 -
CMYK 0 0.28 0.51 0.27
HSL 26.81º 0.41% 0.55% -
HSV(B) 26.81º 0.51% 0.73% -
XYZ 30.71 28.26 13.96 -
YUV 144.76 98.23 157.42 -
System Red Green Blue C M Y K H S L
Decimal 186 134 92 0 0.28 0.51 0.27 26.81 0.41 0.55
Hex BA 86 5C 0 1C 33 1B 1B 29 37
Octal 272 206 134 0 34 63 33 33 51 67
Binary 10111010 10000110 1011100 0 11100 110011 11011 11011 101001 110111

Color Harmonies of #BA865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA865C

Black with #BA865C

Text Example


Text Example

White with #BA865C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA865C; }

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

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

background-color css

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

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

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

border-color css

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

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

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