Html Css Color HEX #BA8653 Twine

📋 copy color: '#BA8653'

red 186 ◦ green 134 ◦ blue 83

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

Shades of Twine #BA8653

Tints of Twine #BA8653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.6%

R = 46.15%
G = 33.25%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA8653 (or 0xBA8653) is known color: Twine. HEX triplet: BA, 86 and 53. RGB value is (186,134,83). Sum of RGB (Red+Green+Blue) = 186+134+83=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 83 (32.81% from 255 or 20.60% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8653 is #4579AC. Grayscale: #8F8F8F. Windows color (decimal): -4553133 or 5473978. OLE color: 5473978.

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

Color convert

RGB 186 134 83 -
CMYK 0 0.28 0.55 0.27
HSL 29.71º 0.43% 0.53% -
HSV(B) 29.71º 0.55% 0.73% -
XYZ 30.34 28.11 12.01 -
YUV 143.73 93.73 158.15 -
System Red Green Blue C M Y K H S L
Decimal 186 134 83 0 0.28 0.55 0.27 29.71 0.43 0.53
Hex BA 86 53 0 1C 37 1B 1E 2B 35
Octal 272 206 123 0 34 67 33 36 53 65
Binary 10111010 10000110 1010011 0 11100 110111 11011 11110 101011 110101

Color Harmonies of #BA8653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8653

Black with #BA8653

Text Example


Text Example

White with #BA8653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8653; }

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

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

background-color css

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

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

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

border-color css

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

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

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